Skip to content
Snippets Groups Projects
Commit d7eefe80 authored by Marianna Rottoli's avatar Marianna Rottoli
Browse files

Bugfix in saving RDS data.

parent c4d0298a
No related branches found
No related tags found
1 merge request!79EDGE-T Validation Output - Fix
......@@ -96,7 +96,7 @@ ES_demand = ES_demand[sector == "trn_pass",]
if (file.exists("demand_previousiter.RDS")) {
if (file.exists(datapath("demand_previousiter.RDS"))) {
## load previous iteration number of cars
demand_BEVtmp = readRDS(datapath("demand_BEV.RDS"))
## load previous iteration demand
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment