This will make it easier to compare the integral test result
after making changes to integration code.
- Qian
diff --git a/src/input/integ.input b/src/input/integ.input
index 0d12c1b1..9a0662be 100644
--- a/src/input/integ.input
+++ b/src/input/integ.input
@@ -14,7 +14,7 @@ is_evaluated_integral(res, f) ==
testIntegrate(f: String, x: String, issue: String): Void ==
testcaseNoClear("integrate(" f ", " x ") (" issue ")")
- testTrue("(res := integrate(" f ", " x "); true)")
+ testTrue("(res := integrate(" f ", " x "); print(res); true)")
testTrue("is_evaluated_integral(res, " f ")")
testEquals("normalize(D(res, " x ") - (" f "))", "0")
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/de5bd9a5-edf7-446b-ae8d-08bbfeee5b14%40gmail.com.