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

ponder-lab / Hybridize-Functions-Refactoring / #2681
84%
main: 84%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-859-41249d933fb0888fa1fae324aac009351a72fc74
DEFAULT BRANCH: main
Ran 02 Aug 2026 12:43PM UTC
Jobs 1
Files 37
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

02 Aug 2026 12:39PM UTC coverage: 83.654% (+0.1%) from 83.541%
#2681

push

github

web-flow
Block hybridization when shape=None would break a rank-dependent body (#838)

An inferred spec whose shape degrades to unknown rank emits
tf.TensorSpec(shape=None, ...), which breaks any body reading its
input's static rank surface: shape.as_list() and len(shape) raise
ValueError, and shape.rank/ndims yield None instead of an integer
(each failure mode runtime-verified on the pinned TF 2.9.3). Teach
StaticShapeReadAnalysis these rank-sensitive sinks as a second read
population resolved by rank alone: they block only when the affected
spec's rank is unknown, tolerating known-rank specs with dynamic axes.
The rank/ndims/len results launder as trace-time integer constants,
which also fixes an over-block: rank arithmetic over a known-rank,
dynamic-axis spec previously tripped the extent-sensitive arithmetic
sink.

Closes #809.


Claude-Session: https://claude.ai/code/session_01GcqABsog1rtb4m2CDZdcRD

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

65 of 69 new or added lines in 2 files covered. (94.2%)

3 existing lines in 1 file now uncovered.

3045 of 3640 relevant lines covered (83.65%)

0.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
89.02
0.37% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/StaticShapeReadAnalysis.java

Coverage Regressions

Lines Coverage ∆ File
3
89.02
0.37% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/StaticShapeReadAnalysis.java
Jobs
ID Job ID Ran Files Coverage
1 #2681.1 02 Aug 2026 12:43PM UTC 37
83.65
Source Files on build #2681
  • Tree
  • List 37
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bec98e60 on github
  • Prev Build on main
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