incf-nidash / PyNIDM

Other
21 stars 31 forks source link

Addressed issues in map_variables_to_terms to support dictionary of isAbout. Fixed up test: test_map_vars_to_terms.py to test for the two supported JSON sidecar formats #385

Closed dbkeator closed 12 months ago

dbkeator commented 12 months ago

fixed up issues with map_variables_to_terms and multiple isAbout concepts fixed up issues with pytests, dynamic retrieval of github/dbkeator/simple2_NIDM_examples files that don't currently have brain volumes fixed up lint issues

codecov-commenter commented 12 months ago

Codecov Report

Merging #385 (58f0568) into master (61844b2) will decrease coverage by 0.02%. The diff coverage is 32.18%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #385      +/-   ##
==========================================
- Coverage   34.37%   34.35%   -0.02%     
==========================================
  Files          52       52              
  Lines        6827     6851      +24     
  Branches     1670     1676       +6     
==========================================
+ Hits         2347     2354       +7     
- Misses       4313     4328      +15     
- Partials      167      169       +2     
Files Changed Coverage Δ
src/nidm/experiment/Navigate.py 84.30% <0.00%> (ø)
src/nidm/experiment/tools/nidm2bids.py 0.00% <0.00%> (ø)
src/nidm/experiment/tools/rest_statistics.py 0.00% <0.00%> (ø)
src/nidm/experiment/Utils.py 27.29% <29.85%> (-0.06%) :arrow_down:
src/nidm/experiment/tools/rest.py 70.13% <38.46%> (ø)
src/nidm/experiment/Core.py 51.57% <50.00%> (+0.52%) :arrow_up:
src/nidm/experiment/Query.py 72.00% <100.00%> (ø)
src/nidm/experiment/tools/nidm_linreg.py 63.52% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dbkeator commented 12 months ago

@yarikoptic ok, I fixed up the problems from ohbm, fixed up all the pre-commit complaints, fixed up all the test cases. Everything has passed and been merged. I see an auto-release action was run but I see no new release listed. What do I do next? Thx