[ww-bugs] Bug 3600: "can't generate enough points to evaluate"
bugzilla-daemon at webwork.maa.org
bugzilla-daemon at webwork.maa.org
Fri Feb 12 13:36:19 EST 2016
http://bugs.webwork.maa.org/show_bug.cgi?id=3600
Mike Gage <gage at math.rochester.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gage at math.rochester.edu
--- Comment #1 from Mike Gage <gage at math.rochester.edu> 2016-02-12 13:36:18 ---
Adding
Context("Numeric")
Context()->flags->set(limits => [0.2,1]);
Doesn't resolve the problem but adding
ANS($ans->cmp(limits=>[0,4]));
does resolve the problem.
It looks like FormulaUpToConstant() is not reading the environment flags
correctly.
(Or am I making a mistake in setting them?)
--
Configure bugmail: http://bugs.webwork.maa.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the webwork-bugs
mailing list