Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue when UNITS dictionary value is empty
  • Loading branch information
daminton committed Jul 6, 2021
1 parent 27dbf18 commit ba1e2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/swiftest/tests/bin2xr/swiftest/bin2xr_swiftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import swiftest
import swiftest.io as swio
param_file = "param.swiftest.in"
sim = swiftest.Simulation(source="param.swiftest.in")
sim = swiftest.Simulation(param_file="param.swiftest.in")
ds = swio.swiftest2xr(sim.param)

0 comments on commit ba1e2e7

Please sign in to comment.