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

Code at line 1297 in base.py can not work properly #100

Open
Tamabala opened this issue Apr 14, 2023 · 0 comments
Open

Code at line 1297 in base.py can not work properly #100

Tamabala opened this issue Apr 14, 2023 · 0 comments

Comments

@Tamabala
Copy link

Hi,

For the class HDDMbase in base.py, because the variable "include" was initially set as "()", the code "assert include is not None" at line 1297 can not prevent the user from leaving the include argument unassigned. (Instead, something like "len(include) != 0" can work)

Because of that, the error presented below will be reported because "include" is always empty.
image

If I get it wrong and it is something else that causes the error above, please let me know, I would really appreciate it.

Best
Wang

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

1 participant