Skip to content

Commit 5b3fba4

Browse files
authored
Merge pull request #71 from datakind/betterdiagnostics
Reduce data transfers for solution files
2 parents 6f08afd + 0c41627 commit 5b3fba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dkroutingtool/src/py/output/cleaned_node_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .file_manager import FileManager
88
from attr import attrs, attrib
99

10-
matrices_included = True
10+
matrices_included = False # only use True if you want to look at the data as a diagnostic
1111

1212
@attr.s
1313
class CleanedNodeData(object):

0 commit comments

Comments
 (0)