Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
DifferentialAlgebra: all doctests pass
Browse files Browse the repository at this point in the history
All of the outstanding testsuite problems were due to syntax.

Three kinds of changes were made to pass the testsuite:

1. Expressions of the form "D[0](f)(x)" were converted to
   "diff(f(x), x)" using inverse_translate_str()
2. Failing tests were replaced with an equality test
   (i.e, "a == b" returns "True" instead of "a" returns "b")
3. Still failing tests were replaced with a string comparison
   (i.e, "str(a) == str(b)" instead of "a == b")
  • Loading branch information
Brent Baccala committed May 25, 2018
1 parent cec9c0b commit 73c96aa
Showing 1 changed file with 292 additions and 155 deletions.
Loading

0 comments on commit 73c96aa

Please sign in to comment.