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
and had all steps set to perform: false other than feature_select.
When I triggered it printed Now processing...batch: Batch1 but went immediately to Now processing...batch: Batch2 without performing the feature selection on Batch1. (Batch2 feature selected appropriately)
I then set Batch2 process: false and it errored:
File "/Users/eweisbar/Desktop/github/PROJECT/profiling-recipe/profiles/utils.py", line 15, in load_pipeline
if "pipeline" in data.keys():
AttributeError: 'NoneType' object has no attribute 'keys'
I then deleted Batch2 from the config and Batch1 ran fine.
The text was updated successfully, but these errors were encountered:
Needs to be confirmed/replicated, but I had a config with two batches set up just like example in config:
and had all steps set to
perform: false
other thanfeature_select
.When I triggered it printed
Now processing...batch: Batch1
but went immediately toNow processing...batch: Batch2
without performing the feature selection on Batch1. (Batch2 feature selected appropriately)I then set Batch2
process: false
and it errored:I then deleted Batch2 from the config and Batch1 ran fine.
The text was updated successfully, but these errors were encountered: