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

Bug in SKLL when generating learning curves via gridmap #386

Closed
desilinguist opened this issue Nov 9, 2017 · 1 comment
Closed

Bug in SKLL when generating learning curves via gridmap #386

desilinguist opened this issue Nov 9, 2017 · 1 comment
Assignees
Milestone

Comments

@desilinguist
Copy link
Member

Tested with the learning_curve.cfg file for the Titanic example included with SKLL. Running it locally works fine but running it on the grid yields the following error:

Traceback (most recent call last):
  File "/scratch/nmadnani/skllenv/bin/run_experiment", line 11, in <module>
    load_entry_point('skll', 'console_scripts', 'run_experiment')()
  File "/private/scratch/nmadnani/skll/skll/utilities/run_experiment.py", line 124, in main
    log_level=log_level)
  File "/private/scratch/nmadnani/skll/skll/experiments.py", line 1117, in run_configuration
    _check_job_results(job_results)
  File "/private/scratch/nmadnani/skll/skll/experiments.py", line 1154, in _check_job_results
    if not result_dicts or 'task' not in result_dicts[0]:
KeyError: 0
@desilinguist
Copy link
Member Author

Addressed by #390.

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

1 participant