Skip to content

Commit d74126a

Browse files
fix mypy errors in tests/framework/population/test_population_view.py (#591)
1 parent dd79d33 commit d74126a

File tree

3 files changed

+116
-97
lines changed

3 files changed

+116
-97
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**3.3.7 - 02/26/25**
2+
3+
- Type-hinting: Fix mypy errors in tests/framework/population/test_population_view.py
4+
15
**3.3.6 - 02/25/25**
26

37
- Type-hinting: Fix mypy errors in tests/framework/randomness/test_stream.py

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ exclude = [
4343
'src/vivarium/testing_utilities.py',
4444
'tests/examples/test_disease_model.py',
4545
'tests/framework/population/test_manager.py',
46-
'tests/framework/population/test_population_view.py',
4746
'tests/framework/results/helpers.py',
4847
'tests/framework/results/test_context.py',
4948
'tests/framework/results/test_interface.py',

0 commit comments

Comments
 (0)