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
I am trying to skip preprocessing and running into issue.
If the config files contains : preprocessing:
skip: True
Then line 66 kicks in (skip_preprocessing == False:) and the variable savepreprocessed does not have a value. The rest of the code is outside this if and relies on savepreprocessed having a value.
The text was updated successfully, but these errors were encountered:
Hello!
I am trying to skip preprocessing and running into issue.
If the config files contains :
preprocessing:
skip: True
Then line 66 kicks in (skip_preprocessing == False:) and the variable savepreprocessed does not have a value. The rest of the code is outside this if and relies on savepreprocessed having a value.
The text was updated successfully, but these errors were encountered: