-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Yup. This is on my list. Apparently, I already have the beginnings of a draft paper on this. |
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 :( |
Pretty sure I shared the private repo with you already, but I can check on
Monday.
--------------------------------------------------------------
Dr. Jennifer C. Yee
(she/her)
Office: P-341
Center for Astrophysics | Harvard & Smithsonian
60 Garden St, MS-15
Cambridge, MA 02138
--------------------------------------------------------------
…On Fri, Apr 19, 2024 at 1:20 PM Radek Poleski ***@***.***> wrote:
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 :(
—
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEK7UCJNEF6NLC7EECYCYMLY6FG5RAVCNFSM6AAAAABGB37WLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRWHE4DMMZSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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:
|
gridsearches.py
starts withimport sfit_minimizer
, which is a private repo of @jenniferyee. This has to be changed so that everybody can install and run EXOZIPPY.The text was updated successfully, but these errors were encountered: