Skip to content

Commit 35364aa

Browse files
author
rob
committed
fix lint
1 parent ae5661d commit 35364aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syscore/pandas/pdutils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,10 @@ def sumup_business_days_over_pd_series_without_double_counting_of_closing_data(
754754

755755
return joint_data
756756

757+
757758
## FIXME HERE
758759

760+
759761
def replace_all_zeros_with_nan(result: pd.Series) -> pd.Series:
760762
check_result = copy(result)
761763
check_result[check_result == 0.0] = np.nan

0 commit comments

Comments
 (0)