Skip to content

Commit

Permalink
fixup! conform workflow to new file arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Apr 2, 2024
1 parent 42d129d commit 5344a8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks/workflow.py
Expand Up @@ -292,8 +292,7 @@ def patch_model_variable(var):
).persist()

# %%
assert len(model.index.pix.project(["model"]).unique()) == 1
model_name = model.index.pix.project(["model"]).unique()[0]
(model_name,) = model.pix.unique("model")
workflow = WorkflowDriver(
model,
hist,
Expand Down

0 comments on commit 5344a8a

Please sign in to comment.