You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: