You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For rules 9 and 10 it is assumed that the locationin getNextMoves is as instanceof either InconsistentLocation and UniversalLocation this assumption does not hold for tests such as doubleQuotientTest2, doubleQuotient3 and other tests with double quotients. I believe we might need a single Location type or keep it consistent in such a way that we don't have to make a "double check" to figure out whether a location is inconsistent and such. I have opened another issue focusing on the Location class #72.
The text was updated successfully, but these errors were encountered:
For rules 9 and 10 it is assumed that the
location
in getNextMoves is asinstanceof
eitherInconsistentLocation
andUniversalLocation
this assumption does not hold for tests such asdoubleQuotientTest2
,doubleQuotient3
and other tests with double quotients. I believe we might need a single Location type or keep it consistent in such a way that we don't have to make a "double check" to figure out whether a location is inconsistent and such. I have opened another issue focusing on the Location class #72.The text was updated successfully, but these errors were encountered: