Skip to content

Commit 27aacab

Browse files
committed
Don't validate saved input
Since the saved input is generated by MMW, it is less in need of validation. Furthermore, the saved input can be both gwlf-e and subbasin format, but the validation only checks for gwlf-e format. Thus, subbasin is broken until this erroneous validation is removed.
1 parent 5630a1c commit 27aacab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mmw/apps/geoprocessing_api/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -1729,6 +1729,5 @@ def _parse_gwlfe_input(request, raw_input=True):
17291729
f'The prepare job {job_uuid} has failed.')
17301730

17311731
model_input = json.loads(input_job.result)
1732-
validate_gwlfe_run(model_input)
17331732

17341733
return model_input, job_uuid, mods, hash

0 commit comments

Comments
 (0)