George C. Privon hace 6 años
padre
commit
718c0f9d85
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/scoring_rules-test.rkt

+ 2 - 2
tests/scoring_rules-test.rkt

@@ -1,6 +1,6 @@
 #lang racket/base
-; brier_score_test.rkt
-; Unit tests for Brier score function
+; scoring_rules-test.rkt
+; Unit tests for Scoring Rules
 
 (require rackunit
          "../code/scoring_rules.rkt")