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

openbraininstitute / neurodamus / 26757709627
91%

Build:
DEFAULT BRANCH: main
Ran 01 Jun 2026 01:32PM UTC
Jobs 5
Files 50
Run time 1min
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

01 Jun 2026 01:24PM UTC coverage: 91.234%. Remained the same
26757709627

push

github

web-flow
Avoid shared reference in ElectrodeSource.efields to fix mulitple elecric fields stimulus on mulitple cells (#537)

## Context
Fixes #538 
The current `ElectrodeSource.efields` for each cell is instantiated with
a shared reference. At the time of `__iadd__`, `ElectrodeSource.efields`
gets extended with the e-fields from the 2nd spatially_uniform_e_field
input. If it is shared reference, `ElectrodeSource.efields` of cell A
gets extended at the time of `__iadd__` for cell B, cell C ... etc.
That's wrong.
This PR makes `ElectrodeSource.efields` to hold an independent copy.


## Testing
1: `tests/unit/test_multiple_extracellular_stimuli.py`: change the input
target to the same muiltiple cells that could reveal the issue without the fix.

1 of 1 new or added line in 1 file covered. (100.0%)

7785 of 8533 relevant lines covered (91.23%)

2.85 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 baseline 26757709627.1 01 Jun 2026 01:32PM UTC 50
26.61
GitHub Action Run
2 unit-allen-v1 26757709627.2 01 Jun 2026 01:32PM UTC 50
53.35
GitHub Action Run
3 unit-ngv-mpi 26757709627.3 01 Jun 2026 01:32PM UTC 50
54.71
GitHub Action Run
4 unit 26757709627.4 01 Jun 2026 01:32PM UTC 50
88.5
GitHub Action Run
5 unit-mpi 26757709627.5 01 Jun 2026 01:32PM UTC 50
62.23
GitHub Action Run
Source Files on build 26757709627
  • Tree
  • List 50
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26757709627
  • cd4c9c71 on github
  • Prev Build on main (#26745527384)
  • Next Build on main (#26809518579)
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