Skip to content
Snippets Groups Projects
Commit eaec6b80 authored by markn92's avatar markn92
Browse files

before debug, tests running

parent 057cfd43
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ type: query ...@@ -5,7 +5,7 @@ type: query
charging_stations: charging_stations.json charging_stations: charging_stations.json
maps: maps:
- medium_nurnberg.osm - medium_nurnberg.osm
queries_per_setup: 10 queries_per_setup: 100
setups: setups:
- mu_s: 300 # Start and Target Soc - mu_s: 300 # Start and Target Soc
mu_t: 0 mu_t: 0
......
...@@ -4,7 +4,7 @@ description: > ...@@ -4,7 +4,7 @@ description: >
type: rank type: rank
charging_stations: charging_stations.json charging_stations: charging_stations.json
maps: maps:
- medium_nurnberg.osm - oberpfalz-latest.osm
queries_per_rank: 20 queries_per_rank: 20
ranks: [2, 4, 6, 8, 10, 12, 14] ranks: [2, 4, 6, 8, 10, 12, 14]
setups: setups:
......
...@@ -223,7 +223,7 @@ class TestStateGraph(MinimalExamples): ...@@ -223,7 +223,7 @@ class TestStateGraph(MinimalExamples):
G.add_node(1, **{CHARGING_COEFFICIENT_KEY: c_1}) G.add_node(1, **{CHARGING_COEFFICIENT_KEY: c_1})
H: nx.Graph = state_graph(G, self.U) H: nx.Graph = state_graph(G, self.U)
assert len(H.nodes) == 0 assert len(H.nodes) == 2
assert len(H.edges) == 0 assert len(H.edges) == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment