Skip to content
Snippets Groups Projects
Commit 1370a94c authored by Sander Snoo's avatar Sander Snoo
Browse files

Added comment

parent 7a21c523
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ class loop_obj():
units (str/tuple<str>) : unit of the sweep data
setvals (array/np.ndarray) : if you want to display different things on the axis than the normal data point. When None, setvals is the same as the data varaible.
'''
# NOTE: data MUST be float for qcodes save_metadata
self.data = np.asarray(data).astype(float)
self.dtype = self.data.dtype
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment