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

quaquel / EMAworkbench / 20555033495
93%
master: 93%

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

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.

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

8498 of 9170 relevant lines covered (92.67%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20555033495.1 28 Dec 2025 02:26PM UTC 77
92.67
GitHub Action Run
Source Files on build 20555033495
  • 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 #20555033495
  • cfd855a9 on github
  • Prev Build on master (#19905350473)
  • Next Build on fix_get_limits_pd3 (#20555079400)
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