Skip to content

Commit eb19fea

Browse files
change limit of correct value
1 parent b302eee commit eb19fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • devel/shiny/B05Sa_cluster

devel/shiny/B05Sa_cluster/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ server <- function(input, output, session) {
459459
trackEvents(session, input, output,
460460
sign_in.fun = BioDataScience::sign_in, config = conf)
461461
trackSubmit(session, input, output, max_score = 4, solution =
462-
list(scores = c(min = 0.97, max = 1)),
462+
list(scores = c(min = 0.96, max = 1)),
463463
comment = "",
464464
message.success = "Correct, La CAH obtient un score très bon de plus de 97 % de correspondance.",
465465
message.error = "Incorrect, un meilleur choix des paramètres est possible.")

0 commit comments

Comments
 (0)