Skip to content

Commit b36be28

Browse files
committed
delphi-utils version bump
1 parent 7b5a4ea commit b36be28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_delphi_utils_python/delphi_utils/weekday.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def get_params(data, denominator_col, numerator_cols, date_col, scales, logger):
4848
if effective_multipliers.max() == np.inf or effective_multipliers.min() == -np.inf:
4949
logger.warning("largest weekday correction is infinite. Defaulting to no correction")
5050
params = np.zeros((nums.shape[1], X.shape[1]))
51-
else if effective_multipliers.max() > 1000:
51+
elif effective_multipliers.max() > 1000:
5252
logger.warning("largest weekday correction is over a factor of 1000. This is probably an error, but may be associated with a zero value.")
5353
return params
5454

_delphi_utils_python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="delphi_utils",
30-
version="0.3.23",
30+
version="0.3.24",
3131
description="Shared Utility Functions for Indicators",
3232
long_description=long_description,
3333
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)