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

tickets/SP-1624: Update schedview to work with rubin_scheduler v3.0.0rc0 #112

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

ehneilsen
Copy link
Collaborator

No description provided.

scheduler.add_observation(obs)
obs = SchemaConverter().opsimdf2obs(visits)
for this_obs in obs:
scheduler.add_observation(this_obs)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be interesting to check that if you just add them all in an array (i.e.
scheduler.add_observation_array(obs))
that this all works as expected. It should, and it should be faster.

@rhiannonlynne
Copy link
Member

The failing unit test just looks like it needs a rerun of the generation of the pickle data.
There was a name-change in the keyword argument for the AltAzShadowMaskBasisFunction, such that altaz_limit_pad just became pad.

@ehneilsen ehneilsen merged commit af04f03 into main Oct 16, 2024
5 of 7 checks passed
@ehneilsen ehneilsen deleted the tickets/SP-1624 branch October 16, 2024 18:22
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

Successfully merging this pull request may close these issues.

2 participants