Skip to content

Commit 90059bd

Browse files
author
Jawad Chowdhury
committed
updated order of properties
1 parent f7ca911 commit 90059bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BGlib/misc/jc3_loop_visualizer_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, switching_coef, nfield, ncycle, loop_fit_curves=None, loop_ds
2020
self.loop_dset = loop_dset
2121

2222
self.param_names = [
23-
"V-", "V+", "Imprint", "R+", "R-",
23+
"V+", "V-", "Imprint", "R+", "R-",
2424
"Switchable Polarization", "Work of Switching",
2525
"Nucleation Bias 1", "Nucleation Bias 2"
2626
]

0 commit comments

Comments
 (0)