Skip to content

Commit 1ff5d5c

Browse files
committed
Merge branch 'develop' of github.com:easyScience/easyReflectometryApp into develop
2 parents 89438be + 13336ed commit 1ff5d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easyReflectometryApp/Logic/PyQmlProxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ def threaded_fit(self):
15941594

15951595
x = exp_data.x
15961596
y = exp_data.y
1597-
weights = 1 / exp_data.e
1597+
weights = 1 / exp_data.ye
15981598
method = self._current_minimizer_method_name
15991599

16001600
args = (x, y)

0 commit comments

Comments
 (0)