Skip to content

Commit

Permalink
Update ndcube/ndcube.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Mumford <[email protected]>
  • Loading branch information
nabobalis and Cadair authored Apr 23, 2024
1 parent cc4228b commit fe8795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndcube/ndcube.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ def my_propagate(uncertainty, data, mask, **kwargs):
warnings.warn("Uncertainties cannot be propagated as there are no uncertainties, "
"i.e., the `uncertainty` keyword was never set on creation of this NDCube.")
elif isinstance(self.uncertainty, astropy.nddata.UnknownUncertainty):
warnings.warn("The set uncertainty on this NDCube has no known way to propagate forward and so will be dropped. "
warnings.warn("The uncertainty on this NDCube has no known way to propagate forward and so will be dropped. "
"To create an uncertainty that can propagate, please see "
"https://docs.astropy.org/en/stable/uncertainty/index.html")
elif (not operation_ignores_mask
Expand Down

0 comments on commit fe8795a

Please sign in to comment.