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 MPInterfaces/mpinterfaces/init.py, line 25, MPINT_CONFIG failed to load data from mpint_config.yaml. I changed the command to be MPINT_CONFIG = loadfn(os.path.join(os.path.dirname(PACKAGE_PATH),'config_files/mpint_config.yaml')). This fixed a problem in my case.
The text was updated successfully, but these errors were encountered:
In MPInterfaces/mpinterfaces/init.py, line 25, MPINT_CONFIG failed to load data from mpint_config.yaml. I changed the command to be MPINT_CONFIG = loadfn(os.path.join(os.path.dirname(PACKAGE_PATH),'config_files/mpint_config.yaml')). This fixed a problem in my case.
The text was updated successfully, but these errors were encountered: