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

Regular expressions not working correctly on Linux #11

Open
Loek-hol opened this issue Jan 6, 2025 · 1 comment
Open

Regular expressions not working correctly on Linux #11

Loek-hol opened this issue Jan 6, 2025 · 1 comment

Comments

@Loek-hol
Copy link

Loek-hol commented Jan 6, 2025

MEGPy does not work correctly on my system, running Linux. I have tested it using multiple different versions of Python. This seems to be due to a problem with the regular expressions, which do not read the input file correctly. The resulting error is shown below.
Screenshot_2024-12-20_13-45-47

@gsnoep
Copy link
Owner

gsnoep commented Jan 9, 2025

This seems to have been resolved in #12. The regular expression was not the culprit, but the use of a variable name that clashed with a function name (both named number).

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