-
Notifications
You must be signed in to change notification settings - Fork 22
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
Package dependencies and non-dependencies in desisim #43
Comments
PS, the purpose of this question is to determine exactly which packages need to be installed for Travis tests to succeed. |
The parts of desisim that would depend on specsim (quickgen) pre-dated the existence of specsim (though the final merge did not). In the future it will depend on specsim, but we just haven't done the refactor yet.
It is needed for the QA plots but not the algorithms. See comment on desispec #94 for skipping tests if matplotlib is a limiting factor for Travis.
@profxj was probably being pragmatic in using the tools he had available. He can comment on how easy it would be to clean that up when merging qso_template. |
What is the schedule for merging qso_template into the main desisim package? I'm waiting on that to happen so I can determine the final set of dependencies. |
Are you waiting on the quicksim -> specsim migration, or can we finalize the current dependencies to close this issue and then update them as part of #44 ? |
Yes, I'm waiting for the migration. We should have only one package in the py/ directory. |
The quicksim -> specsim migration is unrelated to merging qso_template into the main desisim package. |
Sorry, by 'migration', I specifically meant the merge of qso_template. |
While analyzing the packages that desisim depends on, I found a few anomalies that I need to ask about.
xastropy
?The text was updated successfully, but these errors were encountered: