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

private repo dependency #6

Open
rpoleski opened this issue Apr 11, 2024 · 4 comments
Open

private repo dependency #6

rpoleski opened this issue Apr 11, 2024 · 4 comments

Comments

@rpoleski
Copy link
Collaborator

gridsearches.py starts with import sfit_minimizer, which is a private repo of @jenniferyee. This has to be changed so that everybody can install and run EXOZIPPY.

@jenniferyee
Copy link
Collaborator

Yup. This is on my list. Apparently, I already have the beginnings of a draft paper on this.

@rpoleski
Copy link
Collaborator Author

This is unclear to me. You're going to first write a paper and then allow others to run EXOZIPPy tests?

I'd like to suggest to remove relative imports (which are discouraged in PEP8).

It's hard for me to contribute, if I cannot run the code :(

@jenniferyee
Copy link
Collaborator

jenniferyee commented Apr 19, 2024 via email

@rpoleski
Copy link
Collaborator Author

Yes, I have the access to that private repo. And I was able to run one of the unit test files.

The issue persists - an outside user is not able to run the code. Possible solution:

  • release sfit_minimizer right away,
  • make a copy of sfit_minimizer that has only capabilities needed by EXOZIPPy, or
  • hide somehow EXOZIPPy code that calls sfit_minimizer e.g., in a separate branch.

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