Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Jul 30, 2024
1 parent d2e8847 commit 984ac8f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,12 @@ class CorrelationDALImpl(
}
ret
}.collect()
// Make sure there is only one result from rank 0
assert(results.length == 1)
logInfo(s"CorrelationDAL compute end")
corTimer.record("Training")
corTimer.print()

// Make sure there is only one result from rank 0
assert(results.length == 1)

val correlationMatrix = results(0)

correlationMatrix
Expand Down

0 comments on commit 984ac8f

Please sign in to comment.