• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openbraininstitute / neurodamus / 14996686570 / 4 – unit
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 13 May 2025 12:38PM UTC
Files 48
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 May 2025 12:32PM UTC coverage: 80.575% (+0.07%) from 80.506%
unit – 14996686570.4

push

github

web-flow
Cleanup layers of indirection in sonata_config.py::SonataConfig (#133)

For historical reasons, the SONATA config was being loaded and
translated heavily.

The in this PR include:
* remove the `def __getattr__(self, item)`: this made things difficult
to find and debug.
for instance, if one references `self.network`; this was doing a
"translation", and was being returned from
one of the `_entries`, `_sections`, or, after some manipulation, a
`_translation`
* reduce redundant copies of the same information, less likely to modify
one, and then another being used:
ie: removed the fields, since they weren't necessary, and could be
accessed from the others:
_circuit_networks, _config_dir, _config_json, _entries,
_resolved_manifest, _sections,
* removed custom implementation of functionality that exists in
libsonata; this fixes defaults that were being incorrectly handled (see
#217)
* fixed tests that were relying on `v_init` being -65, even though the
default should be -80. in SONATA:
seehttps://github.com/openbraininstitute/neurodamus/issues/217

7031 of 8726 relevant lines covered (80.58%)

0.81 hits per line

Source Files on job unit - 14996686570.4
  • Tree
  • List 48
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14996686570
  • 16d16295 on github
  • Prev Job for on main (#14911513572.2)
  • Next Job for on main (#14996923812.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc