Skip to content

Commit

Permalink
[ML] Fix allowMMLGreaterThanMax changed to undefined previously
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Nov 5, 2020
1 parent a3a0809 commit 9769d94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function validateModelMemoryLimit(
job.data_description.time_field,
duration!.start as number,
duration!.end as number,
undefined,
true,
job.datafeed_config
);
// @ts-expect-error
Expand Down

0 comments on commit 9769d94

Please sign in to comment.