add _displacements to __slots__
This commit is contained in:
parent
3640de27c7
commit
9f1c7aea01
1 changed files with 2 additions and 0 deletions
|
|
@ -299,6 +299,8 @@ class Arbitrary(LockableImpl, Repetition, metaclass=AutoSlots):
|
|||
`[[x0, y0], [x1, y1], ...]`
|
||||
"""
|
||||
|
||||
__slots__ = ('_displacements',)
|
||||
|
||||
_displacements: NDArray[numpy.float64]
|
||||
""" List of vectors `[[x0, y0], [x1, y1], ...]` specifying the offsets
|
||||
of the instances.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue