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

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

@littlepeachs

Description

@littlepeachs

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions