forked from enviPath/enviPy
[Feature] Show Multi Gen Eval + Batch Prediction (#267)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#267
This commit is contained in:
@ -1451,7 +1451,7 @@ def create_pathway(
|
||||
|
||||
from .tasks import dispatch, predict
|
||||
|
||||
dispatch(request.user, predict, new_pw.pk, setting.pk, limit=-1)
|
||||
dispatch(request.user, predict, new_pw.pk, setting.pk, limit=None)
|
||||
|
||||
return redirect(new_pw.url)
|
||||
except ValueError as e:
|
||||
|
||||
Reference in New Issue
Block a user