mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-11 12:00:50 +08:00
TST: Add tests for winsorize factor
This commit is contained in:
+2
-2
@@ -570,8 +570,8 @@ class BadPercentileBounds(ZiplineError):
|
||||
are invalid.
|
||||
"""
|
||||
msg = (
|
||||
"Percentile bounds must fall between 0.0 and 100.0, and min must be "
|
||||
"less than max."
|
||||
"Percentile bounds must fall between 0.0 and {upper_bound}, and min "
|
||||
"must be less than max."
|
||||
"\nInputs were min={min_percentile}, max={max_percentile}."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user