Skip to content

Commit

Permalink
Woah, isort is picky...
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jan 4, 2024
1 parent d5ae948 commit f749e4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gstools/field/summator.pyx
Expand Up @@ -5,6 +5,7 @@ This is the randomization method summator, implemented in cython.

import numpy as np
from cython.parallel import parallel, prange

try:
cimport openmp
except:
Expand Down
1 change: 1 addition & 0 deletions src/gstools/krige/krigesum.pyx
Expand Up @@ -5,6 +5,7 @@ This is a summator for the kriging routines

import numpy as np
from cython.parallel import prange

try:
cimport openmp
except:
Expand Down
1 change: 1 addition & 0 deletions src/gstools/variogram/estimator.pyx
Expand Up @@ -6,6 +6,7 @@ This is the variogram estimater, implemented in cython.

import numpy as np
from cython.parallel import parallel, prange

try:
cimport openmp
except:
Expand Down

0 comments on commit f749e4a

Please sign in to comment.