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

cpmpercussion / impsy / 26354903864
84%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 07:16AM UTC
Jobs 3
Files 15
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

24 May 2026 07:09AM UTC coverage: 84.013%. Remained the same
26354903864

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>

2 of 2 new or added lines in 1 file covered. (100.0%)

1587 of 1889 relevant lines covered (84.01%)

2.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26354903864.1 24 May 2026 07:16AM UTC 15
84.01
GitHub Action Run
2 26354903864.2 24 May 2026 07:16AM UTC 15
83.7
GitHub Action Run
3 26354903864.3 24 May 2026 07:17AM UTC 15
84.01
GitHub Action Run
Source Files on build 26354903864
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 371883c4 on github
  • Prev Build on main (#26320497043)
  • 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