Skip to content

Commit

Permalink
Merge pull request py4dstem#575 from alex-rakowski/quick-fix
Browse files Browse the repository at this point in the history
bug fix to __init__ func
  • Loading branch information
sezelt authored Nov 20, 2023
2 parents 158f280 + b573c1c commit b22f40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/wholepatternfit/wp_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def __init__(
name="Complex Overlapped Disk Lattice",
verbose=False,
):
return NotImplementedError(
raise NotImplementedError(
"This model type has not been updated for use with the new architecture."
)

Expand Down

0 comments on commit b22f40a

Please sign in to comment.