Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas > 2.0.0 causes pytest failures #1

Open
donaldcampbelljr opened this issue Jan 29, 2024 · 0 comments
Open

Pandas > 2.0.0 causes pytest failures #1

donaldcampbelljr opened this issue Jan 29, 2024 · 0 comments

Comments

@donaldcampbelljr
Copy link
Member

Confirmed that downgrading pandas to 1.5.3 allows tests to pass while pandas > 2.0.0 causes test failures:

FAILED tests/test_bbclient.py::TestBBClientCaching::test_bed_caching_from_path - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_bbclient.py::TestBBClientCaching::test_bed_caching_from_region_set - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_bbclient.py::TestBBClientCaching::test_bedset_caching - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_bbclient.py::TestBBClientCaching::test_error_bed_not_in_cache - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_bbclient.py::TestBBClientCaching::test_error_bedset_not_in_cache - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_bbclient.py::TestBBClientCaching::test_remove_bed_from_cache - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_bbclient.py::TestBBClientCaching::test_remove_bedset_from_cache - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_io.py::TestRegionSet::test_region_set_from_path_backed[/home/drc/GITHUB/geniml/tests/data/io_data/bed/s1_a_bed_gz] - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_io.py::TestRegionSet::test_to_genomic_ranges[/home/drc/GITHUB/geniml/tests/data/io_data/bed/s1_a_bed_gz] - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns
FAILED tests/test_io.py::TestRegionSet::test_calculation_id - pandas.errors.ParserError: CSV parse error: Empty CSV file or block: cannot infer number of columns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant