Fix ellipsoid.py bug
- Fixing a typo in `ellipsoid.py`
This commit is contained in:
committed by
Nicola Demo
parent
63a3296293
commit
39f96c7eab
@@ -281,4 +281,4 @@ class EllipsoidDomain(Location):
|
||||
if mode in ['random']:
|
||||
return _Nd_sampler(n, mode, variables)
|
||||
else:
|
||||
raise NotImplemented(f'mode={mode} is not implemented.')
|
||||
raise NotImplementedError(f'mode={mode} is not implemented.')
|
||||
|
||||
Reference in New Issue
Block a user