doc: adds todo note for later

This commit is contained in:
Deepak Mallubhotla 2024-04-20 14:25:22 -05:00
parent 968ab1877c
commit 78b7703468
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -31,6 +31,9 @@ class Dipole:
w: float
# 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]
measurement_type: DipoleMeasurementType