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
Please indicate the following details about the environment in which you found the bug:
SDV version: 0.16.0.dev0
Python version: Any
Operating System: Any
Error Description
If I pass in an invalid value as the "value" parameter, the error says: ValueError: `value` must be a number or datetime.
This is not technically correct. The value should be a string that represents a datetime.
New Error should say: Value Error: `value` must be a number or a string that represents a datetime.
The text was updated successfully, but these errors were encountered:
amontanez24
added
bug
Something isn't working
new
Automatic label applied to new issues
and removed
new
Automatic label applied to new issues
labels
Jul 6, 2022
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
If I pass in an invalid value as the "value" parameter, the error says:
ValueError: `value` must be a number or datetime.
This is not technically correct. The
value
should be a string that represents a datetime.New Error should say:
Value Error: `value` must be a number or a string that represents a datetime.
Steps to reproduce
The text was updated successfully, but these errors were encountered: