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

quaquel / EMAworkbench
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: ci_concurrency
DEFAULT BRANCH: master
Repo Added 28 Jul 2015 01:19PM UTC
Files 77
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

LAST BUILD ON BRANCH fix_get_limits_pd3
branch: fix_get_limits_pd3
CHANGE BRANCH
x
Reset
  • fix_get_limits_pd3
  • 0.6
  • 09dev
  • 1x
  • 2.0
  • 2.1
  • 2.1-inprogress
  • 2.1.1
  • 2.1.2
  • 2.2-cherrypick
  • 2.2.0
  • 2.2.1
  • 2.3-release
  • 2.3.0
  • 2.4-dev
  • 2.4.0
  • 2.4.0-bump
  • 2.4.1
  • 2.5-release
  • 2.5.0
  • 2.5.0-notes
  • CI-Py311
  • CI-Py311-allOS
  • MPI-tutorial
  • MPIEvaluator
  • MPIEvaluator-benchmarks
  • ParameterBugfixes
  • ReadtheDocs-yaml
  • adaptive_policy
  • addException
  • advanced_sampling
  • altair-v5-fix
  • analysis-error-messages
  • annotated_tradeoff
  • better-pairplots
  • black-formatting
  • black_2022.3
  • bugfix_optimization
  • bugfix_prim
  • bugfixes
  • callback_test_and_fix
  • changelog
  • ci-lint
  • ci-opt
  • ci-opt2
  • ci-pip-pre-and-py311
  • ci-pre-commit-autoupdate
  • ci-pytest-py310
  • ci-rel-packages-upload
  • ci-timeout
  • ci-weekly
  • ci_concurrency
  • citation
  • clean_notebooks
  • contributing-docs
  • convergence_tracking
  • coveralls_fix
  • deepsource
  • dependabot-yml
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-python-5
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/upload-artifact-4
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • deprecatations
  • depreciations
  • depreciations-2022-10
  • doc_ro
  • documentation_updates
  • evaluators
  • examples_docs
  • featurescore
  • finalizer
  • fs_logmessage
  • gitignore
  • https-urls
  • improve-warnings-and-errors
  • init-2.3.0-dev
  • inspect_graph
  • integration_tests
  • intial-contributing
  • ioloop_deprecation
  • ipython_parallel
  • issue_template
  • jeff_branch
  • lake_model_performance
  • lemon-notebook
  • levers
  • load_results_bugfix
  • maintenance-2.2
  • maintenance-2.4
  • masked_arrays
  • master
  • matplotlib-3.7-depr
  • mesa_example_update
  • mpi_fixes
  • mpi_update
  • multi-node-development
  • n_processes-1
  • n_processes_fix
  • objectives_optimization
  • optimization
  • optimization_improvements
  • outcome_doc
  • output_space_exploration
  • parallexaxis_doc
  • patch-1
  • patch-10
  • patch-11
  • patch-12
  • patch-13
  • patch-14
  • patch-2
  • patch-3
  • patch-5
  • patch-6
  • patch-7
  • patch-9
  • performance-1
  • performance-2
  • points-repr
  • pre-commit
  • pre-commit-2
  • pre-commit-ci-update-config
  • pre-commit-fixes
  • preallocate
  • prim
  • prim_bug
  • prim_logging
  • pynetlogo
  • pyproject
  • pyproject-package
  • pysd
  • python-3.10
  • python-3.12-ci
  • python-3.12-pre
  • python-3.9-plus
  • python_perf
  • pyupgrade-38
  • qmc
  • randomvars
  • readthedocs-search-ranking
  • regional_sa
  • rel-2.2.0
  • rel-ci-maint
  • rel-config-emojis
  • remove-test-init
  • remove_lookup
  • reorganization
  • rhodium_docs
  • ruff-fixes
  • salib
  • sampling_simplification
  • scikit-learn-requirement
  • seaborn-shade-depr
  • seeds
  • shape
  • sklearn-1.2-deprecation
  • sklearn-depreciation
  • spelling-fix
  • stable-0.6
  • stalled_mpi_tests
  • stalling_tests
  • static-analysis
  • statsmodels-stable
  • testing
  • underscore_flag
  • v2
  • v2_excel
  • vadere_model_connector
  • valid_identifers_deprc
  • valid_identifiers
  • vensim_dll
  • vensim_getvarnames
  • version-2.5.0-dev

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

Relevant lines Covered
Build:
Build:
9169 RELEVANT LINES 8497 COVERED LINES
0.93 HITS PER LINE
Source Files on fix_get_limits_pd3
  • Tree
  • List 77
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20555354788 fix_get_limits_pd3 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, retur... Pull #440 28 Dec 2025 02:54PM UTC EwoutH github
92.67
20555355023 fix_get_limits_pd3 Merge 9886c8d5d into ac79c1aa3 Pull #440 28 Dec 2025 02:54PM UTC web-flow github
92.67
20555079400 fix_get_limits_pd3 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Pull #440 28 Dec 2025 02:30PM UTC pre-commit-ci[bot] github
92.67
20555076773 fix_get_limits_pd3 Merge cfd855a90 into ac79c1aa3 Pull #440 28 Dec 2025 02:30PM UTC web-flow github
92.67
20555033495 fix_get_limits_pd3 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 cha... push 28 Dec 2025 02:26PM UTC web-flow github
92.67
See All Builds (1619)
  • Repo on GitHub
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