Skip to content

Commit

Permalink
Changed test to use datetime.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamFinkle committed Sep 25, 2024
1 parent af61bb2 commit c2586cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion heat-stack/app/utils/pyodide.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ test('pyodide solves climate change', async () => {
summaryInput = SummaryInput(**summaryInputFromJs)
temperatureInput = TemperatureInput(**temperatureInputFromJs)
temperatureInput = TemperatureInput([date.fromisoformat() for date in temperatureInputFromJs], temperatureInputFromJs["temperatures])
outputs = engine.get_outputs_natural_gas(summaryInput,temperatureInput, naturalGasInputRecords)
Expand Down

0 comments on commit c2586cd

Please sign in to comment.