Skip to content

Commit cfbd343

Browse files
committed
2021/09/18-13:41:16 (Linux cray unknown)
1 parent 7b9b233 commit cfbd343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scoresLr_expand.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ func (op OperationUnary) Apply(columns, incomplete_columns [][]float64, names, i
9696

9797
type OperationBinary struct {
9898
Operation
99-
Func func(float64, float64) float64
100-
Name func(string , string ) string
99+
Func func(float64, float64) float64
100+
Name func(string , string ) string
101101
}
102102

103103
func (op OperationBinary) apply(column_a, column_b []float64, name_a, name_b string) ([]float64, string) {

0 commit comments

Comments
 (0)