Skip to content

Commit

Permalink
remove not needed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Nov 21, 2023
1 parent 8cb2bae commit fce8884
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simulation/decision_model_simulation_results.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ function _get_store_value(
end
end

# TODO: Probably remove method later. It might be a duplicate.
function _get_store_value(
T::Type{Matrix{Float64}},
res::SimulationProblemResults{DecisionModelSimulationResults},
Expand Down Expand Up @@ -305,7 +304,6 @@ function _process_timestamps(
return requested_range
end

# Temporary workaround. To be removed
function _read_results(
T::Type{Matrix{Float64}},
res::SimulationProblemResults{DecisionModelSimulationResults},
Expand Down

0 comments on commit fce8884

Please sign in to comment.