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

Duplicate imports of experiments with identical module name #976

Closed
cjbe opened this issue Apr 3, 2018 · 2 comments
Closed

Duplicate imports of experiments with identical module name #976

cjbe opened this issue Apr 3, 2018 · 2 comments
Assignees
Milestone

Comments

@cjbe
Copy link
Contributor

cjbe commented Apr 3, 2018

If an experiment repository contains modules with the same name, the experiments in all previously imported modules of the same name appear under the path for the currently imported module.

E.g. if scanning a repository:

a/x.py
b/x.py
c/x.py

in the repository explorer the folder a would contain the experiments from a/x.py, the b directory
would contain a/x.py and b/x.py, and c a/x.py, b/x.py, c/x.py.

@sbourdeauducq sbourdeauducq self-assigned this Apr 3, 2018
@sbourdeauducq sbourdeauducq added this to the 3.7 milestone Apr 23, 2018
@sbourdeauducq
Copy link
Member

@cjbe I cannot reproduce this; can you provide a tarball of a minimal experiment tree that causes the problem?

@sbourdeauducq
Copy link
Member

Ah nevermind, I reproduced it. My modules had the same experiment names in them, so the problem was masked.

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