Skip to content

Commit

Permalink
Dont match PMCs to dataset when running quant. We didn't do this in p…
Browse files Browse the repository at this point in the history
…ast either, it's an introduced bug as part of bringing back quants
  • Loading branch information
Peter Nemere committed Dec 7, 2023
1 parent a2bed24 commit f5463fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/quantification/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func triggerPiquantNodes(jobId string, quantStartSettings *protos.QuantStartingP
}

// Convert to binary format
binFileBytes, elements, err := ConvertQuantificationCSV(svcs.Log, outputCSV, []string{"PMC", "SCLK", "RTT", "filename"}, dataset, false, "", false)
binFileBytes, elements, err := ConvertQuantificationCSV(svcs.Log, outputCSV, []string{"PMC", "SCLK", "RTT", "filename"}, nil, false, "", false)
if err != nil {
job.CompleteJob(jobId, false, fmt.Sprintf("Error when converting quant CSV to PIXLISE bin: %v", err), quantOutPath, piquantLogList, svcs.MongoDB, svcs.TimeStamper, svcs.Log)
return
Expand Down

0 comments on commit f5463fb

Please sign in to comment.