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
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
When I add SISSO 3.0 in my path, I can successfully run SISSO in terminal. But when I execute cubic_function.py, I get following error:
/home/liwentao/robot/pysisso/examples_usage/basic/01_regression Traceback (most recent call last): File "/home/liwentao/robot/pysisso/examples_usage/basic/01_regression/cubic_function.py", line 64, in <module> sisso_regressor.fit(X, y) File "/home/liwentao/robot/pysisso/pysisso/sklearn.py", line 273, in fit self.sisso_out = SISSOOut.from_file( # pylint: disable=W0201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/liwentao/robot/pysisso/pysisso/outputs.py", line 562, in from_file params = SISSOParams.from_string(match[0]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/liwentao/robot/pysisso/pysisso/outputs.py", line 501, in from_string raise ValueError( ValueError: Should get exactly one match for "Descriptor dimension:".