Skip to content

Commit 920b415

Browse files
committed
Enable windows compatibility
1 parent f8e0eed commit 920b415

6 files changed

+2
-4614
lines changed

tests/indicators/test_rsi.py

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

1010
class Test(TestBaseline):
1111
correct_output_csv_filename = \
12-
"RSI_14_BTC-EUR_BINANCE_15m_2023-12-01:00:00_2023-12-25:00:00.csv"
12+
"RSI_14_BTC-EUR_BINANCE_15m_2023-12-01-00-00_2023-12-25-00-00.csv"
1313

1414
def generate_pandas_df(self, polars_source_df):
1515
polars_source_df = rsi(

tests/indicators/test_wilders_rsi.py

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

1010
class Test(TestBaseline):
1111
correct_output_csv_filename = \
12-
"WILDERS_RSI_14_BTC-EUR_BINANCE_15m_2023-12-01:00:00_2023-12-25:00:00.csv"
12+
"WILDERS_RSI_14_BTC-EUR_BINANCE_15m_2023-12-01-00-00_2023-12-25-00-00.csv"
1313

1414
def generate_pandas_df(self, polars_source_df):
1515
polars_source_df = wilders_rsi(

0 commit comments

Comments
 (0)