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

jnothman / UpSetPlot / 7342943552

28 Dec 2023 12:13AM UTC coverage: 83.549% (-14.0%) from 97.551%
7342943552

push

github

web-flow
Fix warning due to styling dtyles, and fix column dtype test failure (#238)


Fixes #225

6 of 6 new or added lines in 2 files covered. (100.0%)

312 existing lines in 7 files now uncovered.

1681 of 2012 relevant lines covered (83.55%)

1.62 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

90.91
/upsetplot/__init__.py
1
__version__ = '0.9.dev1'
2✔
2

3
import os
2✔
4

5
if os.environ.get('__in-setup', None) != '1':
2✔
6
    from .plotting import UpSet, plot
2✔
7
    from .data import (generate_counts, generate_data, generate_samples,
2✔
UNCOV
8
                       from_memberships, from_contents, from_indicators)
×
9
    from .reformat import query
2✔
10

11
    __all__ = ['UpSet',
2✔
12
               'generate_data', 'generate_counts', 'generate_samples',
1✔
13
               'plot',
1✔
14
               'from_memberships', 'from_contents', 'from_indicators', 'query']
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

© 2025 Coveralls, Inc