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
FLUTE should try to open POWV9.dat and POST9.dat in the coriolis_top directory. To see what's wrong we need to know where they are in the packages and what value is guessed for coriolis_top.
This ie due the the logic loading it from coriolis_top, which doesn't seem to exist in a editable install.
May be that eventually we need to reorganise into a standard python layout... any ideas for fixing greatly welcomed.
Did some research. Basically the fix here is to change all usage of 'coriolis_top' etc (any data file or source loads from within the package) to using importlib.resources. We can use importlib.resources.as_file to get filenames to pull in from C++.
When coriolis is installed as editable (
pip3 install -e
) flute can't find POWV9.dat and POST9.dat.The text was updated successfully, but these errors were encountered: