Revision 4417
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/REMIB/nodes.make | ||
---|---|---|
64 | 64 |
log_indent += 1 |
65 | 65 |
profiler = profiling.ItersProfiler(start_now=True, iter_text='row') |
66 | 66 |
|
67 |
filename = 'node.'+str(node_id)+'.specimens.csv'
|
|
67 |
filename = 'Specimen/node.'+str(node_id)+'.csv'
|
|
68 | 68 |
out = streams.LineCountStream(open(filename, 'w')) |
69 | 69 |
def log_ex(e): |
70 | 70 |
clear_line() |
Also available in: Unified diff
inputs/REMIB/nodes.make: Updated path to node exports to use new subdir layout (in Specimen subdir, and without .specimens suffix)