Skip to content

Commit

Permalink
make fft and nucleic last longer
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Oct 24, 2024
1 parent bf13da4 commit c9dfdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wasm/test/fft.ml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ let test np =

let () =
let np = ref 16 in
for _i = 1 to 16 do
for _i = 1 to 18 do
test !np;
np := !np * 2
done
2 changes: 1 addition & 1 deletion wasm/test/nucleic.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7270,7 +7270,7 @@ let check () = List.length (pseudoknot ())
let run () = most_distant_atom (pseudoknot ())

let main () =
for _ = 1 to 50 do
for _ = 1 to 350 do
ignore (run ())
done;
assert (abs_float (run () -. 33.7976) < 0.0002)
Expand Down

0 comments on commit c9dfdf3

Please sign in to comment.