Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

ValueError: Should get exactly one match for "Descriptor dimension:". #36

Open
littlepeachs opened this issue Dec 17, 2023 · 0 comments

Comments

@littlepeachs
Copy link

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:".

Are there any solutions? Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant