We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d63873 commit 81f14aeCopy full SHA for 81f14ae
nimplex.nim
@@ -78,7 +78,7 @@ proc simplex_sampling_hed(dim: int,
78
when isMainModule:
79
echo "Configuration (Full/Internal/Random)(Fractional/Integer)(Full/Shape) - e.g. FFS or R:"
80
let config = readLine(stdin)
81
- assert config.len == 3 or config=="R"
+ assert config.len == 3 or config=="R", "Invalid configuration"
82
83
echo "Simplex dimensions:"
84
let dim = readLine(stdin).parseInt()
0 commit comments