aboutsummaryrefslogtreecommitdiff
path: root/examples/eit_with_vcsel.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/eit_with_vcsel.py')
-rw-r--r--examples/eit_with_vcsel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/eit_with_vcsel.py b/examples/eit_with_vcsel.py
index 98467d3..5870868 100644
--- a/examples/eit_with_vcsel.py
+++ b/examples/eit_with_vcsel.py
@@ -115,7 +115,6 @@ def eitSweep(central_frequency, frequency_span, Np, Nsweeps=1):
trEIT.addTrace(trLockin)
trEIT.config['tags']['apparatus']=apparatus.getConfig()
- tsdb_ingester.commit()
return trEIT
@@ -146,3 +145,4 @@ eitVsCurrent(ch=1)
eitVsCurrent(ch=2)
eitVsCurrent(ch=3)
+tsdb_ingester.commit()