-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 115 raise an error if input parameter has a wrong numerical value #134
base: master
Are you sure you want to change the base?
Issue 115 raise an error if input parameter has a wrong numerical value #134
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
…r-has-a-wrong-numerical-value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See also few broken tests.
""" Exception raised if a parameter reaches a wrong numeric value | ||
""" | ||
def __init__(self,param, value, limit): | ||
self.msg = "Parameter '{}' has a wrong value ({} > {}).".format( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong or large?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"{} parameter value is too large ({} > {})"
Logger.info('{} parameter values checked.'.format(name)) | ||
|
||
|
||
def _set_output_data(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this new method called?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it is more of a rhetoric question, but the answer is nowhere (at least at this moment).
Co-authored-by: Martin Landa <[email protected]>
Co-authored-by: Martin Landa <[email protected]>
Co-authored-by: Martin Landa <[email protected]>
Co-authored-by: Martin Landa <[email protected]>
…r-has-a-wrong-numerical-value
@jerabekjak Are you planning to work on this PR? |
No description provided.