You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Make scisample error reporting more like study validation error reporting.
What is the current behavior?
2020-10-16 13:30:36 - ERROR - Sampler data is invalid
Traceback (most recent call last):
{ FIFTY-TWO lines of traceback }
codepy.scisample.utils.SamplingError: Sampler data is invalid
What is the desired behavior?
Reporting like that for study validation error reporting.
2020-10-16 13:30:53 - ERROR - Error in phase or flavor data for run-generate-baseline
2020-10-16 13:30:53 - ERROR - '01:00' does not match '^([0-9][0-9]-)?[0-9]{1,2}:[0-9][0-9]:[0-9][0-9]$'
Failed validating 'pattern' in schema['properties']['walltime']:
{'pattern': '^([0-9][0-9]-)?[0-9]{1,2}:[0-9][0-9]:[0-9][0-9]$',
'type': 'string'}
On instance['walltime']:
'01:00'
2020-10-16 13:30:53 - ERROR - Study is missing data, cannot write a maestro specifiation
The text was updated successfully, but these errors were encountered:
Summary
Make scisample error reporting more like study validation error reporting.
What is the current behavior?
What is the desired behavior?
Reporting like that for study validation error reporting.
The text was updated successfully, but these errors were encountered: