Skip to content

Commit

Permalink
#9 komunia commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thegodenage committed May 12, 2024
1 parent a5a54ac commit f01fbca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/ml/caterogical.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,5 @@ func (c *CategoricalToNumericConverter[T]) Convert(obj T) []float64 {

for range c.convertRoutinesCount {
wg.Add(1)
go func() {

}()
}

}

0 comments on commit f01fbca

Please sign in to comment.