Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
dedean16 committed Oct 2, 2024
1 parent 7e31402 commit b8219c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwfs/algorithms/dual_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def amplitude(self, value):
"The amplitude and group mask must all have the same shape."
)

self._amplitude = value.astype(np.float32)
self._amplitude = value


@property
Expand Down

0 comments on commit b8219c0

Please sign in to comment.