Skip to content

Commit

Permalink
Update test_graph_utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Mar 25, 2024
1 parent 89dba2e commit 66ed2f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_graph_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@author: Barney
"""
import math
import os
import tempfile
from pathlib import Path

Expand All @@ -15,6 +16,7 @@
from swmmanywhere.graph_utilities import graphfcns as gu
from swmmanywhere.graph_utilities import iterate_graphfcns, load_graph, save_graph

os.environ['SWMMANYWHERE_VERBOSE'] = "false"

def load_street_network():
"""Load a street network."""
Expand Down

0 comments on commit 66ed2f6

Please sign in to comment.