We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some, but not all pieces throw and error in the Cadence Classifier. I find this in VS Code and also in Jupyter NBs.
CRIM_Model_0001.mei, for instance, is a problem. CRIM_Model_0008 or CRIM_Model_0025 are not.
piece_id = 'CRIM_Model_0001' ns = 'https://crimproject.org/mei/' suff = '.mei' piece = import_m21_score(ns + piece_id + suff) cads = piece.classifyCadences() cads
The error is: ValueError: cannot reindex from a duplicate axis
ValueError: cannot reindex from a duplicate axis
And it references Line 1140 of the main_objs.py fle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some, but not all pieces throw and error in the Cadence Classifier. I find this in VS Code and also in Jupyter NBs.
CRIM_Model_0001.mei, for instance, is a problem. CRIM_Model_0008 or CRIM_Model_0025 are not.
piece_id = 'CRIM_Model_0001'
ns = 'https://crimproject.org/mei/'
suff = '.mei'
piece = import_m21_score(ns + piece_id + suff)
cads = piece.classifyCadences()
cads
The error is:
ValueError: cannot reindex from a duplicate axis
And it references Line 1140 of the main_objs.py fle
The text was updated successfully, but these errors were encountered: