forked from enviPath/enviPy
[Fix] Fixed Incremental Prediction Typo (#176)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#176
This commit is contained in:
@ -1955,7 +1955,7 @@ def package_pathway(request, package_uuid, pathway_uuid):
|
||||
current_user,
|
||||
predict,
|
||||
current_pathway.pk,
|
||||
current_pathway.prediction_setting.pk,
|
||||
current_pathway.setting.pk,
|
||||
node_pk=n.pk,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user