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

rgerum / saenopy / 30658140327
61%
master: 61%

Build:
Build:
LAST BUILD BRANCH: docs/example-viewer-prototype
DEFAULT BRANCH: master
Ran 31 Jul 2026 07:15PM UTC
Jobs 1
Files 108
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

31 Jul 2026 07:11PM UTC coverage: 61.015%. Remained the same
30658140327

Pull #93

github

rgerum
Fix swapped lambda_s and d_s in the default material fallback

SemiAffineFiberMaterial takes (k, d_0, lambda_s, d_s), but the fallback in
TabResultView.calculateStiffness passed 0.055 and 0.032 positionally in the
other order, so it built a material with lambda_s=0.055 and d_s=0.032.

Every other place that names these values has them the other way round:
examples.py, the dynamical single cell example, and the spheroid lookup table
dialog all use lambda_s=0.032, d_s=0.055 for the collagen I 1.2 mg/ml
reference. The three other live call sites of SemiAffineFiberMaterial pass
their parameters in the correct order.

The likely origin is that the lookup table dialog lists the parameters as
"k, d_0, ds and lambda_s" and quotes them in that order, and that order was
typed into a positional call.

This only affects the stiffness display when no material model has been set,
which is the branch that prints "Warning using default material parameters",
but the effect is not small: the two orderings agree below the stiffening
onset and then diverge, giving 16x the stiffness at 30% strain.

Passing the parameters by keyword so the order cannot silently matter again.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #93: Fix swapped lambda_s and d_s in the default material fallback

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

8173 of 13395 relevant lines covered (61.02%)

0.61 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
83.89
0.0% saenopy/gui/solver/modules/TabResultView.py
Jobs
ID Job ID Ran Files Coverage
1 30658140327.1 31 Jul 2026 07:15PM UTC 108
61.02
Source Files on build 30658140327
  • Tree
  • List 108
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #93
  • PR Base - master (#28799276130)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc