When using the check get_study_status() in this tutorial: Check Study Status | Pollination Docs, failed runs due to wrong user inputs return SimStatus.Completed when it should return SimStatus.failed. I’m using the annual-irradiance-study and enters random wrong strings into the string inputs. I’m also looking into the job.status dictionary when running this and no failed status is returned at any point.
There seems to be an issue in the API when returning the status when a job fails due to wrong inputs as I’m never getting notified about the failed job on my app server.