jetbrains-academy / scala-tutorial

Apache License 2.0
12 stars 8 forks source link

Definitions and Evaluation / Naming Things2 #59

Closed KryPat closed 2 years ago

KryPat commented 2 years ago

While import scala.math task is marked as incorrect, while the result is correct

Without importing the module, task marks as correct

EDIT: Its the Math.PI causing error

ss off the issue: DefinitionsAndEvaluations2 ERR DefinitionsAndEvaluations2 ERR2

sofiiako commented 2 years ago

Hi! updated tests to handle both solutions (with math.pi and with 3.14159) https://github.com/jetbrains-academy/scala-tutorial/pull/61/commits/ca94579974fad3493f299c40f8f942b069d206b6