Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Error when running "calculation" #9

Closed
PhysXu opened this issue Oct 24, 2023 · 2 comments
Closed

A Error when running "calculation" #9

PhysXu opened this issue Oct 24, 2023 · 2 comments

Comments

@PhysXu
Copy link

PhysXu commented Oct 24, 2023

Hi,
I met a problem when running the "calculation", please see below:
image

The operating system of my computer is 'Windows 10 Pro Education (64-bit)' and regional format is 'English (United States)'.
I do not know what would cause this problem above.
Any reply will be appreciated very much.

@din14970
Copy link
Owner

path is set automatically on calling the constructor.

calculation = MatchSeries(data[5])

It is an absolute path to a directory which is already prepopulated with things like a default config file. If you change the path variable, obviously nothing is there and it won't work. If you want to set the path, you must set it when you create a new MatchSeries calculation.

calculation = MatchSeries(data[5], path=...)

@PhysXu
Copy link
Author

PhysXu commented Oct 25, 2023

path is set automatically on calling the constructor.

calculation = MatchSeries(data[5])

It is an absolute path to a directory which is already prepopulated with things like a default config file. If you change the path variable, obviously nothing is there and it won't work. If you want to set the path, you must set it when you create a new MatchSeries calculation.

calculation = MatchSeries(data[5], path=...)

Thanks very much for your reply.
It works.

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

No branches or pull requests

2 participants