Skip to content

Commit

Permalink
Take JS's review into account
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Dec 4, 2024
1 parent 287a849 commit a3a13e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions python/test/t_Binomial_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
print("Check on dataset")
separator = ","
skipped_lines = 13
path = os.path.join(os.path.dirname(__file__), "t_binomial_dataset.csv")
path = os.path.join(os.path.dirname(__file__), "t_Binomial_std.csv")
sample = ot.Sample.ImportFromTextFile(path, separator, skipped_lines)
rtol = 1.e-12
atol = 1.e-300
atol = ot.SpecFunc.MinScalar
sample_size = sample.getSize()
for i in range(sample_size):
x, n, pr, expected_pdf, expected_cdfp, expected_cdfq = sample[i]
Expand Down

0 comments on commit a3a13e0

Please sign in to comment.