We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154eb5b commit 723b7a5Copy full SHA for 723b7a5
2 files changed
src/openlifu/db/session.py
@@ -199,7 +199,7 @@ def to_dict(self):
199
approval,
200
[asdict(t) for t in transforms],
201
)
202
-
+
203
d['transducer_tracking_results'] = [asdict(t) for t in d['transducer_tracking_results']]
204
205
return d
tests/test_database.py
@@ -16,7 +16,6 @@
16
from openlifu import Point, Solution
17
from openlifu.db import Session, Subject, User
18
from openlifu.db.database import Database, OnConflictOpts
19
-from openlifu.db.session import ArrayTransform
20
from openlifu.db.session import ArrayTransform, TransducerTrackingResult
21
from openlifu.photoscan import Photoscan
22
from openlifu.plan import Protocol, Run
0 commit comments