Skip to content

Commit 54ae5cf

Browse files
committed
WIP #1064 determining default numerical integral method
- fix JUnit test case
1 parent 2f35545 commit 54ae5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symja_android_library/matheclipse-core/src/test/java/org/matheclipse/core/system/PatternMatchingTestCase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public void testPatternTest() {
262262
check("f[x_?NumericQ]:= NIntegrate[Sin[t^3], {t, 0, x}]", //
263263
"");
264264
check("f[2]", //
265-
"0.4519484771568259");
265+
"0.4519484771568257");
266266
check("f[(1+Sqrt[2])/5]", //
267267
"0.0135767506042311");
268268
check("f[a]", //

0 commit comments

Comments
 (0)