We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f08afd commit 0c41627Copy full SHA for 0c41627
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