Skip to content

Commit 8d74a2e

Browse files
marke000claude
andcommitted
Remove bessel-y-test num-tests limit
The asymptotic expansion fix makes bessel-y run ~200ms for 100 tests (default), well under the 3 sec target. No need to limit num-tests. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dac12ca commit 8d74a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/provisdom/math/special_functions_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504

505505
(t/deftest bessel-y-test
506506
(t/with-instrument `special-fns/bessel-y
507-
(t/is-spec-check special-fns/bessel-y {:num-tests 50}))
507+
(t/is-spec-check special-fns/bessel-y))
508508
;; Singularity at x=0 (outside instrumentation since x=0 fails spec)
509509
(t/is= m/inf- (special-fns/bessel-y 0 0.0))
510510
(t/with-instrument :all

0 commit comments

Comments
 (0)