Skip to content

Commit

Permalink
Update src/SimulationService.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Day <emailjoshday@gmail.com>
  • Loading branch information
jClugstor and joshday authored Dec 16, 2023
1 parent 05c1be0 commit e9665bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimulationService.jl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ function get_dataset(obj::JSON3.Object)

for (k,v) in get(obj, :mappings, Dict())
@info "`get_dataset` (dataset id=$(repr(obj.id))) rename! $k => $v"
if k != "tstep" && k != :tstep
if Symbol(k) != :tstep
rename!(df, k => v)
else
rename!(df, v => "timestamp") # hack to get df in our "schema"
Expand Down

0 comments on commit e9665bb

Please sign in to comment.