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

Tests failing in fresh Docker environment #8

Open
aramos27 opened this issue Oct 31, 2024 · 0 comments
Open

Tests failing in fresh Docker environment #8

aramos27 opened this issue Oct 31, 2024 · 0 comments

Comments

@aramos27
Copy link

Describe the bug:

When running pytest from test directory, three tests fail without any modifications to the code.

Failing tests and errors observed:

  1. TestP2D_SEI.test_SEI_1cycle
  • Error: RuntimeError: RMSE too high - RMSE: 0.00572 (> 0.001)
  1. TestP2D_SEI.test_SEI_5cycles
  • Error: RuntimeError: RMSE too high - RMSE: 0.00378 (> 0.001)
  1. TestP2D_thermal.test_implicit
  • Error: NotImplementedError: Dolfin mesher does not support dimensionless model.

Steps to reproduce:
docker start cideMOD
docker exec -it cideMOD bash
cd cideMOD/tests/
pytest

Following the instructions mentioned in the documentation

Expected Behavior

All tests should pass in a fresh Docker setup, assuming it reflects the expected development environment.

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