We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f08afd + 0c41627 commit 5b3fba4Copy full SHA for 5b3fba4
dkroutingtool/src/py/output/cleaned_node_data.py
@@ -7,7 +7,7 @@
7
from .file_manager import FileManager
8
from attr import attrs, attrib
9
10
-matrices_included = True
+matrices_included = False # only use True if you want to look at the data as a diagnostic
11
12
@attr.s
13
class CleanedNodeData(object):
0 commit comments