-
Notifications
You must be signed in to change notification settings - Fork 15
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
libsonata has in the process of refactoring its module #123
Conversation
mgeplf
commented
Feb 1, 2024
- make this forwards and backwards compatible
- see Make documentation available for Python API libsonata#345
* make this forwards and backwards compatible
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #123 +/- ##
==========================================
- Coverage 85.14% 85.11% -0.03%
==========================================
Files 78 78
Lines 5344 5356 +12
==========================================
+ Hits 4550 4559 +9
- Misses 794 797 +3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good to me, thanks!
* CircuitConfig, NodeSets, and SimulationConfig didn't have a top level docstring and thus sphinx `automodule` wasn't displaying them * Many of the SimulationConfig were rooted in _libsonata, when they should be in SimulationConfig; this was refactored, however it has implications in the following projects: * BlueCelluLab was update to work around the change BlueBrain/BlueCelluLab#123 * SNAP tests have been updated to handle the different locations of SimulationConfig classes: BlueBrain/snap#254
* CircuitConfig, NodeSets, and SimulationConfig didn't have a top level docstring and thus sphinx `automodule` wasn't displaying them * Many of the SimulationConfig were rooted in _libsonata, when they should be in SimulationConfig; this was refactored, however it has implications in the following projects: * BlueCelluLab was update to work around the change BlueBrain/BlueCelluLab#123 * SNAP tests have been updated to handle the different locations of SimulationConfig classes: BlueBrain/snap#254
* CircuitConfig, NodeSets, and SimulationConfig didn't have a top level docstring and thus sphinx `automodule` wasn't displaying them * Many of the SimulationConfig were rooted in _libsonata, when they should be in SimulationConfig; this was refactored, however it has implications in the following projects: * BlueCelluLab was update to work around the change BlueBrain/BlueCelluLab#123 * SNAP tests have been updated to handle the different locations of SimulationConfig classes: BlueBrain/snap#254