Commit 376a304
committed
Persist probe element document in getprobes() to match MATLAB
Python's getprobes() was creating ndi_probe objects in memory but never
calling database_add() for the element document. MATLAB's getprobes
persists the probe element document to the database, producing 10
documents in ingestion sessions vs Python's 9.
Added database_add(probe.newdocument()) after creating new probes,
matching MATLAB behavior. Updated pythonArtifacts.tar.gz with the
corrected artifacts (now 10 documents per ingestion session).
https://claude.ai/code/session_01X3Dg23mnjFYU1fjJBrahjt1 parent 9dc35ce commit 376a304
2 files changed
Lines changed: 3 additions & 0 deletions
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
884 | 887 | | |
885 | 888 | | |
886 | 889 | | |
| |||
0 commit comments