Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvarlia committed Oct 25, 2023
1 parent 6791921 commit 5814ae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ pytest-snapshot
rstcheck-core<=1.0.3
xlwt
gstools
gaussianfft
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def trend():

def simulate_field(start_seed):
# pylint: disable=no-member,import-outside-toplevel

# This function will not be available untill gaussianfft is available on python 3.10
import gaussianfft as sim # isort: skip

variogram_name = settings.field.variogram
Expand Down

0 comments on commit 5814ae0

Please sign in to comment.