Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong dict being used for get_carg_spec #208

Merged
merged 1 commit into from
Nov 20, 2019
Merged

Fix wrong dict being used for get_carg_spec #208

merged 1 commit into from
Nov 20, 2019

Conversation

rly
Copy link
Contributor

@rly rly commented Nov 20, 2019

Although ObjectMapper.get_carg_spec does not appear to be used anywhere in HDMF or PyNWB, it is clear from the code and documentation that the wrong dict is referenced in the function. This should be fixed in case the function gets used.

@rly rly requested a review from ajtritt November 20, 2019 03:41
@codecov
Copy link

codecov bot commented Nov 20, 2019

Codecov Report

Merging #208 into dev will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #208   +/-   ##
=======================================
  Coverage   70.27%   70.27%           
=======================================
  Files          30       30           
  Lines        5944     5944           
  Branches     1395     1395           
=======================================
  Hits         4177     4177           
  Misses       1329     1329           
  Partials      438      438
Impacted Files Coverage Δ
src/hdmf/build/map.py 67.02% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ae17f7...1424842. Read the comment docs.

@rly rly merged commit 8602c50 into dev Nov 20, 2019
@rly rly deleted the fix/get_carg_spec branch November 20, 2019 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants