From 3c1c76c056800f203dc534fd010b16a0b43e1982 Mon Sep 17 00:00:00 2001 From: Maya Mutic <62064527+mmutic@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:35:48 -0400 Subject: [PATCH] Update src/time_domain_reduction/full_time_series_reconstruction.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../full_time_series_reconstruction.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/time_domain_reduction/full_time_series_reconstruction.jl b/src/time_domain_reduction/full_time_series_reconstruction.jl index c3632e5f73..5c1df6ea9a 100644 --- a/src/time_domain_reduction/full_time_series_reconstruction.jl +++ b/src/time_domain_reduction/full_time_series_reconstruction.jl @@ -20,9 +20,10 @@ This function is called when output files with time series data (e.g. power.csv, """ -function full_time_series_reconstruction(path::AbstractString,setup::Dict,DF::DataFrame,DFnames::Vector) - # Read Period map file Period_map.csv - case = path[1:findlast('/',path)] +function full_time_series_reconstruction( + path::AbstractString, setup::Dict, DF::DataFrame, DFnames::Vector) + # Read Period map file Period_map.csv + case = path[1:findlast('/', path)] TDRpath = joinpath(case, setup["TimeDomainReductionFolder"]) Period_map = CSV.read(joinpath(TDRpath,"Period_map.csv"),DataFrame)