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

PrincetonUniversity / PsyNeuLink / 27626242743
84%
master: 85%

Build:
Build:
LAST BUILD BRANCH: feat/pec-dask-mle
DEFAULT BRANCH: master
Ran 16 Jun 2026 03:53PM UTC
Jobs 1
Files 167
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

16 Jun 2026 02:40PM UTC coverage: 84.001% (-0.002%) from 84.003%
27626242743

Pull #3559

github

davidt0x
Warn when optuna study direction mismatches PEC direction

When an optuna Study is passed as the PECOptimizationFunction method, the
study's optimization direction is fixed at creation time and used as-is
(the study is not recreated). A mismatch with the direction PEC expects
silently optimizes the wrong way -- e.g. data fitting does maximum
likelihood estimation and requires direction='maximize'. Warn in that
case so the misconfiguration is visible.

Also fix the adjacent optuna_kwargs check: _optuna_kwargs is always a dict
(never None), so the "ignored" warning previously fired even when no
kwargs were passed; use a truthy check instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pull Request #3559: feat(pec): allow passing an optuna Study to PECOptimizationFunction

11018 of 14384 branches covered (76.6%)

Branch coverage included in aggregate %.

9 of 10 new or added lines in 1 file covered. (90.0%)

2 existing lines in 1 file now uncovered.

37653 of 43557 relevant lines covered (86.45%)

0.86 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
88.18
0.0% psyneulink/core/components/functions/nonstateful/fitfunctions.py

Coverage Regressions

Lines Coverage ∆ File
2
81.9
-0.9% psyneulink/library/components/mechanisms/modulatory/learning/EMstoragemechanism.py
Jobs
ID Job ID Ran Files Coverage
1 27626242743.1 16 Jun 2026 03:53PM UTC 167
84.0
GitHub Action Run
Source Files on build 27626242743
  • Tree
  • List 167
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #3559
  • PR Base - devel (#27177779689)
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