-
Notifications
You must be signed in to change notification settings - Fork 3
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
An Exception occurred : #1315
Comments
Configuration is : |
An Exception occurred while running Debugger:
command line is wrapper.py C:\Users\inbalros\Documents\GitHub\repository_mining\repository_data\configurations\KYLIN_1 learn
Traceback (most recent call last):
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\utilsConf.py", line 402, in f
ans = func(*args, **kwargs)
File "wrapper.py", line 388, in wrapperLearner
createBuildMLModels()
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\utilsConf.py", line 402, in f
ans = func(*args, **kwargs)
File "wrapper.py", line 220, in createBuildMLModels
generator.generate_features(utilsConf.get_configuration().weka_path, packages)
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\wekaMethods\articles.py", line 440, in generate_features
trainingFile, testingFile, NamesFile)
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\wekaMethods\articles.py", line 224, in arffCreate
NamesFile.replace(".csv", arff_names + ".csv"), attr, tag)
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\wekaMethods\articles.py", line 207, in writeArff
write_to_arff(arff_data, arffName)
File "C:\Users\inbalros\Documents\GitHub\Debugger\learner\wekaMethods\articles.py", line 105, in write_to_arff
f.write(arff.dumps(data))
IOError: [Errno 28] No space left on device
The text was updated successfully, but these errors were encountered: