Skip to content

Commit

Permalink
prepare phd thesis
Browse files Browse the repository at this point in the history
  • Loading branch information
YaolinGe committed Nov 21, 2023
1 parent 2796929 commit 21afe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Publication/src/tests/test_grf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TestGRF(TestCase):

def setUp(self) -> None:
self.c = Config()
self.g = GRF(sigma=1.5, nugget=.4, approximate_eibv=False, fast_eibv=True)
self.g = GRF()
# self.g = GRF(sigma=1., nugget=.4)
self.f = self.g.field
self.grid = self.f.get_grid()
Expand Down

0 comments on commit 21afe0a

Please sign in to comment.