doc: adds todo note for later
This commit is contained in:
parent
968ab1877c
commit
78b7703468
@ -31,6 +31,9 @@ class Dipole:
|
|||||||
w: float
|
w: float
|
||||||
|
|
||||||
# For caching purposes tell each dipole where the dots are
|
# For caching purposes tell each dipole where the dots are
|
||||||
|
# TODO: This can be done better by only passing into the time series the non-repeated p s and w,
|
||||||
|
# and then creating a new wrapper type to include all the cached stuff.
|
||||||
|
# Realistically, the dot positions and measurement type data should live in the time series.
|
||||||
dot_positions: typing.Sequence[DotPosition]
|
dot_positions: typing.Sequence[DotPosition]
|
||||||
|
|
||||||
measurement_type: DipoleMeasurementType
|
measurement_type: DipoleMeasurementType
|
||||||
|
Loading…
x
Reference in New Issue
Block a user