Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Mutic authored and Maya Mutic committed May 16, 2024
1 parent d506dc6 commit ab6685c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/time_domain_reduction/full_time_series_reconstruction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ the time series and copies them to get up to all 8,760 hours in a year.
This function is called when output files with time series data (e.g. power.csv, emissions.csv) are created, if the setup key "OutputFullTimeSeries" is set to "1".
"""
# TO DO:
# Add in a TDR check
# Look into mybinder

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)]
Expand Down

0 comments on commit ab6685c

Please sign in to comment.