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
Currently, exceptions are cluttered all over the code and they are not an official part of the API. If people use the API, they should be able to invoke the methods in a try/except manner and thus the exceptions should be available to them. To achieve this, first of all exceptions need to be consolidated.
The major source for exceptions are invalid input parameters. The most complex data type currently handled are distributions that are represented as dictionairies with additional constraints to be checked. Thus, this task depends on #71 and #65.
The text was updated successfully, but these errors were encountered:
Currently, exceptions are cluttered all over the code and they are not an official part of the API. If people use the API, they should be able to invoke the methods in a try/except manner and thus the exceptions should be available to them. To achieve this, first of all exceptions need to be consolidated.
The major source for exceptions are invalid input parameters. The most complex data type currently handled are distributions that are represented as dictionairies with additional constraints to be checked. Thus, this task depends on #71 and #65.
The text was updated successfully, but these errors were encountered: