We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The validation check for the TimeCOA polynomial doesn't take into account negative numbers,
This line should become
if timecoa_poly.shape == (1, 1) or numpy.all(numpy.abs(timecoa_poly.flatten()[1:]) < 1e-6)
Activity