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
The following test is failing, though #324 is done:
// TODO: enable after #324 is done
property("modular arithmetic ops") {
it's failing with:
Don't know how to evalNode(ModQ(Select(IntConstant(10),toBigInt,Some(SBigInt))))
sigmastate.lang.exceptions.CosterException: Don't know how to evalNode(ModQ(Select(IntConstant(10),toBigInt,Some(SBigInt))))
The text was updated successfully, but these errors were encountered:
The following test is failing, though #324 is done:
// TODO: enable after #324 is done
property("modular arithmetic ops") {
it's failing with:
Don't know how to evalNode(ModQ(Select(IntConstant(10),toBigInt,Some(SBigInt))))
sigmastate.lang.exceptions.CosterException: Don't know how to evalNode(ModQ(Select(IntConstant(10),toBigInt,Some(SBigInt))))
The text was updated successfully, but these errors were encountered: