Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-arff-over-ts' into feat-arf…
Browse files Browse the repository at this point in the history
…f-over-ts

# Conflicts:
#	tests/unit/tools/test_load_data.py
  • Loading branch information
Lopa10ko committed Sep 23, 2024
2 parents a0471e6 + d160973 commit e3e2de0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/tools/test_load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def test_predict_encoding():
(MOCK_LOADER.read_txt_files, 'ItalyPowerDemand_fake'),
(MOCK_LOADER.read_ts_files, 'ItalyPowerDemand_fake'),
(MOCK_LOADER.read_arff_files, 'ItalyPowerDemand_fake'),
(MOCK_LOADER.read_arff_files, 'DailyOilGasPrices'), # multivariate arff
(MOCK_LOADER.read_train_test_files, 'ItalyPowerDemand_fake'),
(MOCK_LOADER.read_tsv_or_csv, 'ItalyPowerDemand_fake'),
])
Expand Down

0 comments on commit e3e2de0

Please sign in to comment.