Skip to content

Commit

Permalink
Removed "float" from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Feb 28, 2023
1 parent 79558fc commit d9dd7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waveorder/stokes.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def AR_mueller_from_CPL_projection(s0, s1, s2, s3):
Returns
-------
NDArray, float, M.shape = (4, 4,) + s0.shape
NDArray, M.shape = (4, 4,) + s0.shape
Mueller matrix
"""
M = np.zeros((4, 4) + np.array(s0).shape)
Expand Down

0 comments on commit d9dd7e3

Please sign in to comment.