Skip to content

Commit ed5576e

Browse files
committed
Minor update
1 parent ca3e3ae commit ed5576e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tidy3d/components/data/data_array.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,8 @@ class IndexedFieldDataArray(PointDataArray):
12811281
>>> x_field = point_array.sel(axis=0)
12821282
"""
12831283

1284+
__slots__ = ()
1285+
12841286

12851287
class IndexedFieldVoltageDataArray(DataArray):
12861288
"""Stores indexed values of vector fields for different voltages. It is typically used
@@ -1350,6 +1352,8 @@ class PerturbationCoefficientDataArray(DataArray):
13501352
PointDataArray,
13511353
CellDataArray,
13521354
IndexedDataArray,
1355+
IndexedFieldDataArray,
1356+
IndexedFieldVoltageDataArray,
13531357
IndexedVoltageDataArray,
13541358
SpatialVoltageDataArray,
13551359
PerturbationCoefficientDataArray,

0 commit comments

Comments
 (0)