Update type error message

This commit is contained in:
Toke Stuart Jepsen 2023-03-22 15:02:31 +00:00
parent 20a0028e80
commit 4f334a1f80

View file

@ -539,7 +539,7 @@ def burnins_from_data(
if isinstance(value, dict):
raise TypeError((
"Expected string or number type."
"Expected string, number or list type."
" Got: {} - \"{}\""
" (Make sure you have new burnin presets)."
).format(str(type(value)), str(value)))