Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add old multiple_models key
Browse files Browse the repository at this point in the history
jteijema committed Nov 30, 2023
1 parent d0214f2 commit c85e88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asreviewcontrib/makita/entrypoint.py
Original file line number Diff line number Diff line change
@@ -252,7 +252,7 @@ def _template(self, args):
platform_sys=args.platform,
)

elif args.name in ["multimodel"]:
elif args.name in ["multimodel", "multiple_models"]:
# render jobs
job = render_jobs_multimodel(
datasets,

0 comments on commit c85e88d

Please sign in to comment.