Skip to content
Prev Previous commit
Next Next commit
add detector type when creating training dataset
  • Loading branch information
n-poulsen committed Sep 30, 2024
commit ec22ee882beceb765e68d1679dfadb8ed33efb6b
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ def create_training_dataset(
num_shuffles,
Shuffles,
net_type=net_type,
detector_type=detector_type,
trainIndices=trainIndices,
testIndices=testIndices,
userfeedback=userfeedback,
Expand Down