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

cpmpercussion / impsy / 26354903864 / 2
84%
main: 84%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 07:16AM UTC
Files 15
Run time 0s
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

24 May 2026 07:09AM UTC coverage: 83.695% (-0.3%) from 84.013%
26354903864.2

push

github

cpmpercussion
Fix object-dtype crash when training on a single-performance dataset

np.array([one_2d_array], dtype=object) collapses into a 2D object
array where every cell is a Python float, so slices from it inherit
dtype=object and Keras rejects them with "Invalid dtype: object".
Explicitly passing dtype=np.float32 to the np.array() calls in
PredictiveMusicMDRNN.train() forces the correct type regardless of
how the corpus was stored.

The existing test suite only exercises multi-performance datasets
(heterogeneous array lengths), where numpy stores each performance
as an intact float32 array inside the object array, hiding the bug.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

1581 of 1889 relevant lines covered (83.7%)

0.84 hits per line

Source Files on job 26354903864.2
  • Tree
  • List 15
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26354903864
  • 371883c4 on github
  • Prev Job for on main (#26320497043.3)
  • Delete
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