Skip to content

Tests failing in fresh Docker environment #8

Description

@aramos27

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions