-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp run: --temp crashes #5595
Comments
I'm able to reproduce this in Python 3.6 on linux but not in Python 3.8
|
Also probably related to #5478 |
So after investigation, the message is not actually an error or crash, it's just a logged warning from python internals. There will be a PR to cleanup how we handle this so the message gets suppressed. It also looks like for temp dir runs we are actually end up checking whether or not the experiment is identical to HEAD (via git when pulling the experiment ref back from the executor), and just don't create the duplicate experiment in this case. The action point for #5593 should be to make workspace runs act the same way (skip creation of the duplicate empty experiment). |
Sounds good! |
Bug Report
Description
exp run --temp
throws a Python errorReproduce
Expected
Per 1. in #5593, it should generate an experiment (identical to
HEAD
in this case).Environment information
The text was updated successfully, but these errors were encountered: