Skip to content

Commit

Permalink
tests: remove emcee import [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Oct 1, 2019
1 parent fa541c0 commit 97c6c79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_incomprrandmeth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import numpy as np
from gstools import Gaussian
from gstools.field.generator import IncomprRandMeth
import emcee as mc


class TestIncomprRandMeth(unittest.TestCase):
Expand Down
1 change: 0 additions & 1 deletion tests/test_randmeth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import numpy as np
from gstools import Gaussian
from gstools.field.generator import RandMeth
import emcee as mc


class TestRandMeth(unittest.TestCase):
Expand Down

0 comments on commit 97c6c79

Please sign in to comment.