Skip to content
New issue

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

converter.py unit test fail : testMusicXMLConversion #45

Closed
metalmike opened this issue Mar 10, 2014 · 3 comments
Closed

converter.py unit test fail : testMusicXMLConversion #45

metalmike opened this issue Mar 10, 2014 · 3 comments
Assignees

Comments

@metalmike
Copy link
Contributor

def testMusicXMLConversion(self):
    from music21.musicxml import testFiles
    mxString = testFiles.ALL[1] # @UndefinedVariable
    a = ConverterMusicXML()
    a.parseData(mxString)

shows the following error:

ERROR: testMusicXMLConversion (music21.converter.TestExternal)

Traceback (most recent call last):
File "C:\Users\Michael\git\music21\music21\converter.py", line 1216, in testMusicXMLConversion
a = ConverterMusicXML()
TypeError: init() takes exactly 2 arguments (1 given)

@metalmike
Copy link
Contributor Author

I think you can assigned this bug to me. :-)

@mscuthbert
Copy link
Member

hehe, yep. The other one is from CCARH's throttling which sometimes thinks we're exceeding our limit. We should probably do fewer tests using the URL for them.

mscuthbert added a commit that referenced this issue Mar 25, 2014
Issue : #45: converter.py unit test fail : testMusicXMLConversion --> Fixed
@metalmike
Copy link
Contributor Author

Tested: ok!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants