You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some user warnings in AlphaPeel are simply printed in the terminal with print(). Whereas, in tinyhouse they are printed in the terminal through the warnings.warn() function. For consistency, this should be updated so all user warnings use warnings.warns() rather than print(). eg. lines 79 to 93 in peelingInfo.py
The text was updated successfully, but these errors were encountered:
Some user warnings in AlphaPeel are simply printed in the terminal with
print()
. Whereas, in tinyhouse they are printed in the terminal through thewarnings.warn()
function. For consistency, this should be updated so all user warnings usewarnings.warns()
rather thanprint()
. eg. lines 79 to 93 in peelingInfo.pyThe text was updated successfully, but these errors were encountered: