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
In PR #81, mesh_path is used as variable name in monolithic.py. This is a commonly used variable name in problem files and this change overwrites this variable resulting in errors when using the variable later in the problem file. Changing the variable name in monolithic.py to something else than mesh_path will fix this issue.
The text was updated successfully, but these errors were encountered:
In PR #81,
mesh_path
is used as variable name inmonolithic.py
. This is a commonly used variable name in problem files and this change overwrites this variable resulting in errors when using the variable later in the problem file. Changing the variable name inmonolithic.py
to something else thanmesh_path
will fix this issue.The text was updated successfully, but these errors were encountered: