Skip to content

Commit

Permalink
Update src/time_domain_reduction/full_time_series_reconstruction.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mmutic and github-actions[bot] authored Jun 4, 2024
1 parent a2c4322 commit 3c1c76c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/time_domain_reduction/full_time_series_reconstruction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3c1c76c

Please sign in to comment.