Skip to content

Commit

Permalink
added new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcawork committed May 21, 2024
1 parent e518985 commit ba5a9de
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
Binary file modified src/results/ieee123/fig/loadsHist.pdf
Binary file not shown.
Binary file modified src/results/ieee123/fig/powerAbsflux_d0.pdf
Binary file not shown.
Binary file modified src/results/ieee123/fig/powerAbsflux_global.pdf
Binary file not shown.
Binary file modified src/results/ieee123/fig/powerBalance_d0.pdf
Binary file not shown.
Binary file modified src/results/ieee123/fig/powerBalance_global.pdf
Binary file not shown.
Binary file modified src/results/ieee123/fig/powerLossCap_d0.pdf
Binary file not shown.
Binary file modified src/results/ieee123/fig/powerLossCap_global.pdf
Binary file not shown.
Binary file modified src/results/ieee123/fig/powerLoss_d0.pdf
Binary file not shown.
Binary file modified src/results/ieee123/fig/powerLoss_global.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/results/ieee123/plotLoadsHistogram.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% [+] Fecha: 20 May 2024
clc
close all
clear varibles
clear global


%% Main
Expand All @@ -14,7 +14,7 @@
PATH_LOADS_DIST = "../../data/";

% Lets read the csv with all the info
data_table = readtable(strcat(PATH_LOADS_DIST,"loads.csv"), 'NumHeaderLines',1);
data_table = readtable(strcat(PATH_LOADS_DIST,"load_v2.csv"), 'NumHeaderLines',1);

% Parse from table to matrix
data = data_table{:,2:end};
Expand Down
2 changes: 1 addition & 1 deletion src/test_ieee123.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def usage():

# Recolectamos los datos
loads = DataGatherer.getLoads('data/loads.csv', 3)
loads = DataGatherer.getLoads('data/load_v2.csv', 3)
edges = DataGatherer.getEdges('data/links.csv')
edges_conf = DataGatherer.getEdges_Config('data/links_config.csv')
sw_edges = DataGatherer.getSwitches('data/switches.csv')
Expand Down

0 comments on commit ba5a9de

Please sign in to comment.