Skip to content

Commit

Permalink
Use profile mechanism, not no-op mutation (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD authored and shoyer committed Sep 26, 2018
1 parent 1857a7f commit 96dde66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion properties/test_encode_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
import xarray as xr

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


an_array = npst.arrays(
Expand Down

0 comments on commit 96dde66

Please sign in to comment.