Skip to content

Commit

Permalink
bug fixed in speedup code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-calonaci committed Apr 9, 2024
1 parent dd6810a commit 95fac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/classify.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ classify = function(x,
'The mean classification entropy is {.field {round(mean_ent, 2)}} (min: {.field {round(min_ent, 2)}}, max: {.field {round(max_ent, 2)}})'
)

return(output)
return(x)
}


0 comments on commit 95fac1e

Please sign in to comment.