Skip to content

Commit 8481413

Browse files
committed
Remove test plot
1 parent 7631c42 commit 8481413

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

switch_model/transmission/transport/dispatch.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,3 @@ def transmission_dispatch(tools):
190190
exports = pd.concat([imports, exports])
191191
exports = exports.groupby("gen_load_zone", as_index=False).sum()
192192
tools.maps.graph_points(exports, ax)
193-
194-
195-
@graph("test")
196-
def test(tools):
197-
ax = tools.get_axes()
198-
tools.maps._plot_states(ax)

0 commit comments

Comments
 (0)