Skip to content

Commit

Permalink
corrected 2d test
Browse files Browse the repository at this point in the history
  • Loading branch information
lohitv96 committed Apr 21, 2022
1 parent 07e34fc commit d01eb72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ def test_samples_values():
def test_run_method():
nsamples_second_run = 100
KLE_Object.run(n_samples=nsamples_second_run)
samples = KLE_Object.samples
assert samples.shape == (n_samples + nsamples_second_run, 1, len(x), len(t))

0 comments on commit d01eb72

Please sign in to comment.