Skip to content

Commit

Permalink
[TESTED] Updated ForestModelLoadAndSave.py
Browse files Browse the repository at this point in the history
Forst model specific values added in test setup for random Trips
  • Loading branch information
humbleOldSage committed Mar 22, 2024
1 parent 19bb394 commit 450094c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emission/tests/modellingTests/TestForestModelLoadandSave.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ def setUp(self):
has_label_p=self.has_label_percent
)

for result_entry in test_data:
result_entry['data']['start_local_dt']=result_entry['metadata']['write_local_dt']
result_entry['data']['end_local_dt']=result_entry['metadata']['write_local_dt']

ts.bulk_insert(test_data)

# confirm data write did not fail
Expand Down

0 comments on commit 450094c

Please sign in to comment.