supp_tricks needs integer, not float, division
Bug #1844981 reported by
LarryE
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PyBridge |
New
|
Undecided
|
Unassigned |
Bug Description
Running the preempt.plt tests produces error:
test major_1: received error: Domain error: `clpfd_expression' expected, found `8/2'
That error is caused by using / instead of // on handeval.pl:426.
To post a comment you must log in.