We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3e3ae commit ed5576eCopy full SHA for ed5576e
tidy3d/components/data/data_array.py
@@ -1281,6 +1281,8 @@ class IndexedFieldDataArray(PointDataArray):
1281
>>> x_field = point_array.sel(axis=0)
1282
"""
1283
1284
+ __slots__ = ()
1285
+
1286
1287
class IndexedFieldVoltageDataArray(DataArray):
1288
"""Stores indexed values of vector fields for different voltages. It is typically used
@@ -1350,6 +1352,8 @@ class PerturbationCoefficientDataArray(DataArray):
1350
1352
PointDataArray,
1351
1353
CellDataArray,
1354
IndexedDataArray,
1355
+ IndexedFieldDataArray,
1356
+ IndexedFieldVoltageDataArray,
1357
IndexedVoltageDataArray,
1358
SpatialVoltageDataArray,
1359
PerturbationCoefficientDataArray,
0 commit comments