You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change breaks the proof solution, which I think is a good solution but not ideal if you'd like to generate scales based on any random input in this system. e.g. AAAAAAAAAAAA
Hey!
I'd like to suggest some improvements on the Scale Generator tests.
I think in this form these tests are not correct.
The
intervals.length
should bescale.length - 1
.Check the walkthrough at the end of problem-specs description., or tests in other languages, e.g. Rust
This change breaks the proof solution, which I think is a good solution but not ideal if you'd like to generate scales based on any random input in this system. e.g.
AAAAAAAAAAAA
I'd also suggest updating the instructions.md, as it seems to be behind the problem-specs description.
The text was updated successfully, but these errors were encountered: