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
Thanks for reporting this issue. I have not yet tested phcpy with python 3.9
What happens if you do
from phcpy.examples import test
test()
In that test(), the sevenbar problem is solve with a fixed seed of the random number generator.
What happens if you do
from phcpy.examples import test
test()
In that test(), the sevenbar problem is solve with a fixed seed of the random number generator.
Same problem. (Running test() is how I found this issue to begin with. All the other tests it runs were successful.)
I'm getting the following test error after building PHCpy in Ubuntu 21.04:
The text was updated successfully, but these errors were encountered: