jonescompneurolab / hnn-core

Simulation and optimization of neural circuits for MEG/EEG source estimates
https://jonescompneurolab.github.io/hnn-core/
BSD 3-Clause "New" or "Revised" License
54 stars 52 forks source link

[MRG] delete io module because it has been renamed to hnn_io #727

Closed gtdang closed 6 months ago

gtdang commented 6 months ago

This was supposed be in merged PR #704 where the module was renamed to hnn_io because of conflicts with the python built-in io module.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.25%. Comparing base (df99e07) to head (7c1a04f).

:exclamation: Current head 7c1a04f differs from pull request most recent head 40e7e30. Consider uploading reports for the commit 40e7e30 to get more accurate results

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #727 +/- ## ========================================== + Coverage 89.06% 92.25% +3.18% ========================================== Files 28 27 -1 Lines 5068 4893 -175 ========================================== Hits 4514 4514 + Misses 554 379 -175 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jasmainak commented 6 months ago

Thanks @gtdang !!