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
charging_stations: charging_stations.json
maps:
- medium_nurnberg.osm
queries_per_setup: 10
queries_per_setup: 100
setups:
- mu_s: 300 # Start and Target Soc
mu_t: 0
......
......@@ -4,7 +4,7 @@ description: >
type: rank
charging_stations: charging_stations.json
maps:
- medium_nurnberg.osm
- oberpfalz-latest.osm
queries_per_rank: 20
ranks: [2, 4, 6, 8, 10, 12, 14]
setups:
......
......@@ -223,7 +223,7 @@ class TestStateGraph(MinimalExamples):
G.add_node(1, **{CHARGING_COEFFICIENT_KEY: c_1})
H: nx.Graph = state_graph(G, self.U)
assert len(H.nodes) == 0
assert len(H.nodes) == 2
assert len(H.edges) == 0
......
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