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

bbb.uede_ver out-of-sync with uedge.__version__ #66

Open
holm10 opened this issue Dec 13, 2023 · 2 comments
Open

bbb.uede_ver out-of-sync with uedge.__version__ #66

holm10 opened this issue Dec 13, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@holm10
Copy link
Collaborator

holm10 commented Dec 13, 2023

Describe the bug
bbb.uedge_ver returns another version than the current (actual) version returned by uedge.version
https://github.com/LLNL/UEDGE/blob/e98e807ede1062ed83788a74ca6a5c9c7c31c0aa/bbb/bbb.v#L3861C1-L3861C1

To Reproduce
import uedge
uedge.bbb.uedge_ver
uedge.version

Expected behavior
Both return the same version of the code

Additional context
Is there a way to ensure that uedge_ver stays up-to-date with uedge.version without updating the source code at every new version release?

@holm10 holm10 added the bug Something isn't working label Dec 13, 2023
@holm10
Copy link
Collaborator Author

holm10 commented Dec 15, 2023

Could be set at the parser in __init__ of UEDGE to set bbb.uedge_ver

@holm10
Copy link
Collaborator Author

holm10 commented Jan 3, 2024

Python-related variable fixed in commit 16cb4cb
No solution for BASIS version: will need to keep bbb.v up-to-date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant