You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Fix typo in test_topography_II and update Spremberg file paths (#1033)
# Description
This PR fixes a typo in the test function name `test_topography_II` (previously misspelled as `test_topogrphy_II`) and adds model serialization verification to this test. It also updates the environment variable paths in the `TestStratigraphicPile` class to use a base path with `PATH_TO_SPREMBERG` instead of separate environment variables for each file.
# Checklist
- [x] My code uses type hinting for function and method arguments and return values.
- [x] I have created tests which cover my code.
- [x] The test code either 1. demonstrates at least one valuable use case (e.g. integration tests)
or 2. verifies that outputs are as expected for given inputs (e.g. unit tests).
- [x] New tests pass locally with my changes.
0 commit comments