Skip to content

Commit 96dde66

Browse files
Zac-HDshoyer
authored andcommitted
Use profile mechanism, not no-op mutation (#2442)
1 parent 1857a7f commit 96dde66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

properties/test_encode_decode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
import xarray as xr
1414

1515
# Run for a while - arrays are a bigger search space than usual
16-
settings.deadline = None
16+
settings.register_profile("ci", deadline=None)
17+
settings.load_profile("ci")
1718

1819

1920
an_array = npst.arrays(

0 commit comments

Comments
 (0)