Skip to content

Commit

Permalink
fix: name change for concistency, revert solution distribution shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed May 17, 2024
1 parent ecde0d8 commit 0d0e214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ codesigned binaries and source distributions via `sigstore-python`.

## Bug Fixes

- [#321](https://github.com/pybop-team/PyBOP/pull/321) - Improves `integration/test_parameterisation` stability.
- [#321](https://github.com/pybop-team/PyBOP/pull/321) - Improves `integration/test_spm_parameterisation.py` stability, adds flakly pytest plugin, and `test_thevenin_parameterisation.py` integration test.
- [#330](https://github.com/pybop-team/PyBOP/issues/330) - Fixes implementation of default plotting options.
- [#317](https://github.com/pybop-team/PyBOP/pull/317) - Installs seed packages into `nox` sessions, ensuring that scheduled tests can pass.
- [#308](https://github.com/pybop-team/PyBOP/pull/308) - Enables testing on both macOS Intel and macOS ARM (Silicon) runners and fixes the scheduled tests.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
import pybop


class TestParameterisation:
class Test_SPM_Parameterisation:
"""
A class to test the model parameterisation methods.
"""

@pytest.fixture(autouse=True)
def setup(self):
self.ground_truth = np.array([0.55, 0.55]) + np.random.normal(
loc=0.0, scale=0.04, size=2
loc=0.0, scale=0.05, size=2
)

@pytest.fixture
Expand Down

0 comments on commit 0d0e214

Please sign in to comment.