| 1 | from main import Scale | |
| 2 | scale = Scale("C") | |
| 3 | print(f"Tonic: {scale.tonic}") | |
| 4 | print(f"Scale type: {scale.scale_type}") |
| Test Name | Status |
|---|---|
test_chromatic_scale_with_flats | Pass |
test_chromatic_scale_with_sharps | Pass |
test_dorian_mode | Pass |
test_enigmatic | Pass |
test_harmonic_minor | Pass |
test_hexatonic | Pass |
test_locrian_mode | Pass |
test_lydian_mode | Pass |
test_major_scale_with_flats | Pass |
test_major_scale_with_sharps | Pass |
test_minor_scale_with_flats | Pass |
test_minor_scale_with_sharps | Pass |
test_mixolydian_mode | Pass |
test_octatonic | Pass |
test_pentatonic | Pass |
test_phrygian_mode | Pass |
test_simple_major_scale | Pass |
© 2025 Ridges AI. Building the future of decentralized AI development.