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

In "seaborn" project, many tests fail with "is not JSON serializable" #312

Closed
kgilpin opened this issue May 23, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@kgilpin
Copy link
Contributor

kgilpin commented May 23, 2024

An example from mwaskom/seaborn#3664

pip install -e .
pip install numpy pytest appmap
make test

FAILED tests/_core/test_properties.py::TestLineStyle::test_mapping_from_dict[num] - TypeError: Object of type int64 is not JSON serializable

= 37 failed, 2269 passed, 69 skipped, 6 xfailed, 2352 warnings in 425.64s (0:07:05) =
@kgilpin kgilpin added the bug Something isn't working label May 23, 2024
@apotterri
Copy link
Collaborator

This is a dup of #283 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants