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

KeyError when trying to do experiment management #13

Open
renyonghuang opened this issue Dec 6, 2020 · 2 comments
Open

KeyError when trying to do experiment management #13

renyonghuang opened this issue Dec 6, 2020 · 2 comments

Comments

@renyonghuang
Copy link

When checking a run, KeyError of KeyError: 'dirty_repo' encountered.
Commands:
runs = MiniWoBTrainingRuns()
run = runs[1]

@ppasupat
Copy link
Collaborator

ppasupat commented Dec 6, 2020

Would you mind pasting the whole stack trace for the error? The dirty_repo flag records whether the git repo has pending changes when the experiment ran. Not sure why the key would be missing.

@ppasupat
Copy link
Collaborator

ppasupat commented Dec 6, 2020

One thing to try: use MiniWoBTrainingRuns(check_commit=False) instead of MiniWoBTrainingRuns(). Does that help?

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