Skip to content

Commit 21ce58b

Browse files
Merge pull request #267 from katzlabbrandeis/260-versioning-of-info-dict
Add version to info_dict
2 parents 05daca5 + 365c55f commit 21ce58b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blech_exp_info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ def laser_check(x):
442442
else:
443443
laser_digin_trials = []
444444

445-
fin_dict = {**this_dict,
445+
fin_dict = {'version': 0.0.1,
446+
**this_dict,
446447
'regions': list(layout_dict.keys()),
447448
'ports': list(np.unique(ports)),
448449
'dig_ins': {

0 commit comments

Comments
 (0)