-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Antidiff and AddConst answer tests #1398
Conversation
It does similar things as ATInt, but it really only checks if the derivatives of the student's answer and the teacher's answer are algebraically equivalent. Answer test fixtures have been added already. Some of them fail: - The first one fails due to the additive constant, something to be discussed - All others fail due to absolute values in logarithms. This test is not designed to account for them, but I currently left them in the answer tests to see the effects. This part is work in progress
…ration: ATAddConst.
Add Antidiff/AddConst to calculus answer test list
WIP: Added short of ATAntidiff
Completed documentation of Antidiff & AddConst answer tests
Clarified some mechanisms, added NONSTRICT explanation
Fixed typos
@@ -102,6 +102,37 @@ debug:true; | |||
/* [wxMaxima: input end ] */ | |||
|
|||
|
|||
/* [wxMaxima: input start ] */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you saved the sandbox in your development area! Best to copy this somewhere outside the git repro to avoid committing working to the clean distro version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! And yes, that's a good idea.
Thanks @anst-i that's a really helpful contribution. |
Provide ATAntidiff and ATAddConst calculus answer tests, with documentation