-
-
Notifications
You must be signed in to change notification settings - Fork 119
Scheduling tests #203
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
Scheduling tests #203
Conversation
|
Hey @eteq, are you familiar with this kind of failure, which seems to stem from unit comparison, and is unique to the numpy 1.7 build? |
astroplan/tests/test_scheduling.py
Outdated
| transitioner) | ||
| schedule2 = scheduler2(block) | ||
| assert len(schedule2.observing_blocks) == 0 | ||
| ''' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this waiting on another PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, #213, without the speedup of the MoonIlluminationConstraint it takes really long.
…r and scheduler errors
I have written tests for various parts of the scheduling as well as fixed a couple of errors that showed up as I was testing.