rubin-dp0 / tutorial-notebooks

Tutorial Jupyter Notebooks for Data Preview 0, created and maintained by the Rubin Observatory Community Science Team.
Apache License 2.0
34 stars 17 forks source link

Avoid doing a Butler write in DP02_14 #207

Closed dhirving closed 2 months ago

dhirving commented 2 months ago

Removed an unnecessary round-trip of the injection catalog through the Butler from tutorial DP02_14. The ingestion of this catalog was effectively writing it and reading it back unchanged, so it isn't necessary.

We are about to transition DP02 to use client/server Butler. Client/server Butler does not yet support writes, so it won't be able to run this tutorial without this change.

review-notebook-app[bot] commented 2 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

dhirving commented 2 months ago

The change in this PR is also suitable for use with older DirectButler versions so it can go in whenever.