Skip to content

Commit 00d7a96

Browse files
committed
Fix merge
2 parents 099dc43 + dd906cc commit 00d7a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Recon3DLoadData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from DLTools.ThreadedGenerator import DLMultiClassGenerator, DLMultiClassFilterGenerator
66

7-
87
def combined2D3DGenerator():
98
#datapath = "/data/datasets/LarTPC/apr_9/"
109
datapath = "/data/cloud/project/data/apr_9/"
@@ -53,6 +52,7 @@ def combined2D3DGenerator():
5352
sleep=1,
5453
Wrap=False)
5554

55+
5656
def MergerGenerator(T2D, T3D):
5757
while True:
5858
s2d = T2D.Generator().next()

0 commit comments

Comments
 (0)