We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12c6fd commit 2896778Copy full SHA for 2896778
5. Analysis/Batch Fitting Multiple Data Files.py
@@ -12,7 +12,7 @@
12
wks_result = op.new_sheet()
13
14
15
-wts = [0, 25, 100, 150, 200]
+wts = [0, 25, 100, 150, 250]
16
for i, wt in enumerate(wts):
17
# Import each data file into wks
18
fd = op.path('e') + 'Samples\Batch2'
0 commit comments