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

quaquel / EMAworkbench / 20555033495 / 1
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: ci_concurrency
DEFAULT BRANCH: master
Ran 28 Dec 2025 02:26PM UTC
Files 77
Run time 2s
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:20PM UTC coverage: 92.672% (+0.001%) from 92.671%
20555033495.1

push

github

web-flow
parcoords.py: Fix get_limits compatibility with pandas 3.0

Updates get_limits() to properly handle categorical/object columns in pandas 3.0.0rc1. The previous implementation returned individual values instead of sets for object columns due to changes in pandas behavior around dtype handling and unique value extraction.

Changes:
- Add explicit check for categorical dtypes using pd.api.types.is_categorical_dtype()
- Use dropna() before unique() to handle NaN values consistently
- Ensure object/categorical columns return sets of unique values as expected

Fixes test failures in test_get_limits and test_plot when using
pre-release pandas dependencies.

8498 of 9170 relevant lines covered (92.67%)

0.93 hits per line

Source Files on job 20555033495.1
  • Tree
  • List 77
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20555033495
  • cfd855a9 on github
  • Prev Job for on fix_get_limits_pd3 (#19905350473.1)
  • Next Job for on fix_get_limits_pd3 (#20555079400.1)
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