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
If an analysis has multiple root artifacts and the users creates a job that uses an artifact that doesn't belong with in the network the GUI breaks.
Example:
a -> (input a) b -> (input b) c
d -> (input d) e -> (input a and e) [brakes!]
Example job: dc69f829-7a35-4610-b5c9-3f018385c9a8
Error:
KeyErrorTraceback (mostrecentcalllast)
InputIn [41], in<cellline: 4>()
28ifjstatus!='success':
29# Connect the job with his input artifacts, the30# input artifacts may or may not exist yet, so we31# need to check both the input_artifacts and the32# pending properties33forin_artinn_obj.input_artifacts:
--->34_add_edge(edges, nodes[in_art.id],
35nodes[n_obj.id])
37pending=n_obj.pending38forpred_idinpending:
KeyError: 159616
A couple of possible solutions are (1) to not allow users to select between network artifacts, or (2) allow the GUI to inspect within analysis networks.
The text was updated successfully, but these errors were encountered:
antgonza
added a commit
to antgonza/qiita
that referenced
this issue
Jan 10, 2024
If an analysis has multiple root artifacts and the users creates a job that uses an artifact that doesn't belong with in the network the GUI breaks.
Example:
a -> (input a) b -> (input b) c
d -> (input d) e -> (input a and e) [brakes!]
Example job: dc69f829-7a35-4610-b5c9-3f018385c9a8
Error:
A couple of possible solutions are (1) to not allow users to select between network artifacts, or (2) allow the GUI to inspect within analysis networks.
The text was updated successfully, but these errors were encountered: