We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4885fa4 commit ffd6071Copy full SHA for ffd6071
1 file changed
tests/test_grid.py
@@ -28,6 +28,7 @@ def test_degradation_runs(grid):
28
29
def test_uptake_runs(grid):
30
"""Test that Grid.uptake works without an error."""
31
+ grid.degradation(0) # degradation needs to run to initialize some DataFrames
32
grid.uptake(0)
33
34
0 commit comments