-
Notifications
You must be signed in to change notification settings - Fork 54
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
Wrong syntax in logging statements #435
Comments
landreman
added a commit
that referenced
this issue
Jul 11, 2024
@eguiraud-pf do you agree that #436 would resolve this? |
thanks for the quick reaction @landreman , it should, yes! |
landreman
added a commit
that referenced
this issue
Jul 11, 2024
Fix logging error in boozer.py to address #435
Hello, sorry to bother, would it be possible to release a version with this fix? 🙏 |
Ok, just created a release v1.6.4. |
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
the logging code here:
https://github.com/hiddenSymmetries/simsopt/blame/f6a8412047ad418ba287ee9c32c707802f064970/src/simsopt/mhd/boozer.py#L181-L182
seems wrong, and triggers the following exception when running with log level INFO:
You can see the syntax is wrong by running the following at the prompt (with
error
instead ofinfo
so the logging actually happens):The text was updated successfully, but these errors were encountered: