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

PrincetonUniversity / PsyNeuLink / 16258233980
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: devel
DEFAULT BRANCH: master
Ran 14 Jul 2025 05:58AM UTC
Jobs 1
Files 160
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

14 Jul 2025 04:50AM UTC coverage: 84.509% (+0.001%) from 84.508%
16258233980

push

github

web-flow
llvm: Disambiguate seed data type (#3307)

The PNL global seed is initialized as np.uint32, but can be replaced by any other type by calling the set_global_seed function.
This creates issues during compilation as the seed needs to be represented as a float to support modulation.
Moreover, the issue manifests in a confusing way as a failed assertion that a Port other than OutputPort sees a data type mismatch between the existing and modulated value.

Add an assertion message better explaining the asserted failure.
Explicitly convert 'seed' and 'function-seed' parameter values to float when deriving compiled data types.
Convert the new seed value passed to set_global_seed to match the data type of the current seed (np.uint32) and add a new test to check the behaviour.
Cleanup and improve comments in the affected code paths.

9915 of 12970 branches covered (76.45%)

Branch coverage included in aggregate %.

20 of 20 new or added lines in 3 files covered. (100.0%)

34502 of 39589 relevant lines covered (87.15%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16258233980.1 14 Jul 2025 05:58AM UTC 160
84.51
GitHub Action Run
Source Files on build 16258233980
  • Tree
  • List 160
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • a2535344 on github
  • Prev Build on devel (#16210653788)
  • Next Build on devel (#16327539773)
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