Skip to content

Commit

Permalink
changing to assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 13, 2023
1 parent 8720de8 commit d1a7eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/fit/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def fit_2D(
fit_mean_square_error
> np.mean(fit_mean_square_error) * robust_thresh**2
)
mask[_mask] is False
mask[_mask] = False

# perform fitting
popt, pcov = curve_fit(
Expand Down

0 comments on commit d1a7eb8

Please sign in to comment.