Skip to content

Commit

Permalink
restore update_dataset test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 7, 2023
1 parent d55f2e4 commit 0bd8ffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nbs/tsdataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,7 @@
"# SPLIT_1 DATASET\n",
"dataset_1, indices_1, dates_1, ds_1 = TimeSeriesDataset.from_df(df=split1_df,\n",
" sort_df=False)\n",
"futr_dataset = dataset_1.align(split2_df)\n",
"dataset_1 = dataset_1.append(futr_dataset)"
"dataset_1 = dataset_1.update_dataset(dataset_1, split2_df)"
]
},
{
Expand Down

0 comments on commit 0bd8ffa

Please sign in to comment.