Skip to content

Commit

Permalink
bug fix to __init__ func
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 20, 2023
1 parent 158f280 commit b573c1c
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 b573c1c

Please sign in to comment.