-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
bug with MathObjects reduction #455
Comments
You need to do a password reset on the wiki. After you do that you will be able to sign in to the wiki and the Moodle forums. Go to https://webwork.maa.org/wiki/Special:PasswordReset to do this. |
Glenn, |
I am not sure. I was hoping so. I will look into it. |
It seems that the password reset emails are not being sent (or at least received). |
When I request a password reset email it is sent and caught in our spam filter, likely because it came from apache@🌻.invalid (see openwebwork/webwork.maa.org#29). |
This is still a bug (just tested on develop). The wiki login discussion may have distracted from the issue I reported. |
I have made a PR (#546) that addresses this issue. Sorry for the long wait for it. It has scrolled off the top of my email screen, where I don;'t often look, and so was in limbo until I cleared out some more recent items. |
Use parens again if negative is factored out. (#455)
We've hit a bug with a reduction rule in MathObjects. Something like
-5/(-2x)
is incorrectly reducing to5/2*x
. Here is a MWE.(I'm having trouble logging in to the forum while the transition is underway, or else I might have posted this there.)
The text was updated successfully, but these errors were encountered: