You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include TransducerArrays in standardize_database script (#337)
Removes the stale TransducerArray skip. Since openlifu-python commit
cbd521b introduced TransducerArray with its own to_file, and
Database.write_transducer is type-agnostic and just calls
transducer.to_file(...), the skip is no longer needed.
0 commit comments