Skip to content

ParameterSweep.clear_result() result in error... #25

@Wrede

Description

@Wrede

After an error have occurred in the mapper function, a clear_results() is needed after updating the mapper. However after clear_results I get this error each time:

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/IPython/parallel/controller/hub.py", line 1348, in get_results
matches = self.db.find_records(dict(msg_id={'$in':msg_ids}))
File "/usr/local/lib/python2.7/dist-packages/IPython/parallel/controller/dictdb.py", line 313, in find_records
raise NODATA
KeyError: "NoDB backend doesn't store any data. Start the Controller with a DB backend to enable resubmission / result persistence."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions