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

quaquel / EMAworkbench / 20555354788
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: ci_concurrency
DEFAULT BRANCH: master
Ran 28 Dec 2025 02:54PM UTC
Jobs 1
Files 77
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

28 Dec 2025 02:48PM UTC coverage: 92.671%. Remained the same
20555354788

Pull #440

github

EwoutH
parcoords.py: Fix get_limits compatibility with pandas 3.0 string dtype

Pandas 3.0 now infers string columns as the dedicated string dtype instead of object dtype by default. This caused get_limits() to fail recognizing categorical columns, returning individual values instead of sets of unique values.

The fix adds a check for string dtype using pd.api.types.is_string_dtype() alongside the existing object dtype check, ensuring categorical/string columns are properly handled regardless of pandas version.

Fixes test failures in test_get_limits and test_plot when using pandas 3.0.0rc1 (--pre flag).
Pull Request #440: parcoords.py: Fix get_limits compatibility with pandas 3.0 string dtype

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

8497 of 9169 relevant lines covered (92.67%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20555354788.1 28 Dec 2025 02:54PM UTC 77
92.67
GitHub Action Run
Source Files on build 20555354788
  • Tree
  • List 77
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20555354788
  • Pull Request #440
  • PR Base - master (#20554975601)
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