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

PrincetonUniversity / PsyNeuLink / 23292570901 / 1
84%
master: 85%

Build:
Build:
LAST BUILD BRANCH: feat/lca/standard_output_ports_DEVEL_pec_fix
DEFAULT BRANCH: master
Ran 19 Mar 2026 12:32PM UTC
Files 163
Run time 6s
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

19 Mar 2026 11:24AM UTC coverage: 84.157% (+0.01%) from 84.143%
23292570901.1

push

github

web-flow
TransferMechanism: fix non-default integrator_function shape mismatch (#3481)

TransferMechanism._parse_function_variable bypassed the
integrator_function, which would fail to update the variable shape of
TransferMechanism.function

This commit causes test result differences in
tests/mechanisms/test_transfer_mechanism.py::TestDistributionFunctions
and
tests/documentation/test_module_docs.py::test_core_docs[psyneulink.core.components.mechanisms.processing.transfermechanism]
due to additional calls to noise functions during TransferMechanism
initialization causing RNG state offset. The new results can be
replicated on the parent commit by manually calling the noise functions
in TransferMechanism._parse_function_variable:

```
     def _parse_function_variable(self, variable, context=None):
         if self.is_initializing:
+            self._try_execute_param(self.parameters.noise._get(context), variable, context)
             return super(TransferMechanism, self)._parse_function_variable(variable=variable, context=context)
```

10444 of 13622 branches covered (76.67%)

Branch coverage included in aggregate %.

36056 of 41632 relevant lines covered (86.61%)

0.87 hits per line

Source Files on job 23292570901.1
  • Tree
  • List 163
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23292570901
  • 22fc120b on github
  • Prev Job for on devel (#23049235204.1)
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