Describe the bug:
When running pytest from test directory, three tests fail without any modifications to the code.
Failing tests and errors observed:
- TestP2D_SEI.test_SEI_1cycle
- Error: RuntimeError: RMSE too high - RMSE: 0.00572 (> 0.001)
- TestP2D_SEI.test_SEI_5cycles
- Error: RuntimeError: RMSE too high - RMSE: 0.00378 (> 0.001)
- 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.
Describe the bug:
When running pytest from test directory, three tests fail without any modifications to the code.
Failing tests and errors observed:
Steps to reproduce:
docker start cideMODdocker exec -it cideMOD bashcd cideMOD/tests/pytestFollowing the instructions mentioned in the documentation
Expected Behavior
All tests should pass in a fresh Docker setup, assuming it reflects the expected development environment.