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
Even if the model file path is set to "None" (model-file-path: ~), the value falls back to the input path. Hence, a run without a model is not possible because pyfhd["model_file_path"] is never "None".
pyfhd/src/pyfhd/pyfhd_tools/pyfhd_setup.py
Line 1085 in 3758b56
Even if the model file path is set to "None" (model-file-path: ~), the value falls back to the input path. Hence, a run without a model is not possible because pyfhd["model_file_path"] is never "None".