Just started testing the library and noticed that even when running exactly the same code with exactly the same data, sometimes the following error appears:
warnings.warn("Point (%d, %d) is not on curve \"%s\"" % (self.x, self.y, self.curve))
Tested in Spyder with Miniconda virtual environment and Python 3.13.0 and tried cleaning variables before rerunning the code, but that didn't help.
System data:
Spyder 6.0.2 (Standalone)
Miniconda virtual environment
Python 3.13.0
Just started testing the library and noticed that even when running exactly the same code with exactly the same data, sometimes the following error appears:
warnings.warn("Point (%d, %d) is not on curve \"%s\"" % (self.x, self.y, self.curve))Tested in
SpyderwithMinicondavirtual environment andPython 3.13.0and tried cleaning variables before rerunning the code, but that didn't help.System data:
Spyder 6.0.2 (Standalone)Minicondavirtual environmentPython 3.13.0