LLNL / UEDGE

2D fluid simulation of plasma and neutrals in magnetic fusion devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

holm10 opened this issue · comments

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?

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

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