Skip to content

Commit 49a1f7a

Browse files
authored
add INFO back to info message
1 parent 890f729 commit 49a1f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/utils/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"The supplied input array and wavelength will result in an impossible two-theta. "
1515
"Please check these values and re-instantiate the DiffractionObject with correct values."
1616
)
17-
inf_output_wmsg = "The largest output value in the array is infinite. This is allowed, but it will not be plotted."
17+
inf_output_imsg = "INFO: The largest output value in the array is infinite. This is allowed, but it will not be plotted."
1818

1919

2020
def _validate_inputs(q, wavelength):

0 commit comments

Comments
 (0)