Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Feb 22, 2024
1 parent fa95168 commit e203e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "standard",
"python.analysis.diagnosticMode": "workspace",
"CodeGPT.apiKey": "OpenAI"
}
2 changes: 2 additions & 0 deletions src/timeseriesflattenerv2/spec_processors/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def test_masking_multiple_values_multiple_aggregators():
2-2021-01-03,3,0,4,0"""
)

assert_frame_equal(aggregated_values.collect(), expected)


def test_process_time_from_event_spec():
pred_frame = str_to_pl_df(
Expand Down

0 comments on commit e203e0f

Please sign in to comment.