From e9665bbfd2df962d6bf0564f331bb742b145234b Mon Sep 17 00:00:00 2001 From: Jadon Clugston <34165782+jClugstor@users.noreply.github.com> Date: Sat, 16 Dec 2023 10:31:03 -0500 Subject: [PATCH] Update src/SimulationService.jl Co-authored-by: Josh Day --- src/SimulationService.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"