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
Describe the bug
beartype violation error raised (not list or numpy array) when passing None value to samples parameter of RunModel class.
This behaviour is inconsistent with the default value, and with the documentation where None is an accepted value for samples.
To Reproduce
Create a RunModel such as RunModel(..., samples=None)
Expected behavior
No error
Desktop (please complete the following information):
OS: ubuntu 22
version: 4.1.6
The text was updated successfully, but these errors were encountered:
Describe the bug
beartype violation error raised (not list or numpy array) when passing
None
value to samples parameter ofRunModel
class.This behaviour is inconsistent with the default value, and with the documentation where None is an accepted value for samples.
To Reproduce
Create a RunModel such as
RunModel(..., samples=None)
Expected behavior
No error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: