diff --git a/src/SimulationService.jl b/src/SimulationService.jl index 452ebd9..634774e 100644 --- a/src/SimulationService.jl +++ b/src/SimulationService.jl @@ -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"