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

DM-26658: Migrate to V2 formatter #485

Merged
merged 4 commits into from
Jul 25, 2024
Merged

DM-26658: Migrate to V2 formatter #485

merged 4 commits into from
Jul 25, 2024

Conversation

timj
Copy link
Member

@timj timj commented Jun 28, 2024

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@timj timj force-pushed the tickets/DM-26658 branch 2 times, most recently from 059bb7a to efc2965 Compare June 28, 2024 17:19
Copy link
Member

@TallJimbo TallJimbo left a comment

Choose a reason for hiding this comment

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

I suspect a lot of the (continued, not new) messiness of FitsRawFormatterBase is that it inherits from FitsImageFormatter rather than sharing code some other way. I don't think that's a problem for this ticket, though.

@@ -369,7 +360,9 @@ def observationInfo(self):
read-only).
"""
if self._observationInfo is None:
location = self.fileDescriptor.location
# Use the primary path rather than any local variant that the
# formatter might be using.
Copy link
Member

Choose a reason for hiding this comment

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

What kind of "local variant" might be in play here?

@timj timj force-pushed the tickets/DM-26658 branch 4 times, most recently from bbbf5d8 to d50f0e3 Compare July 12, 2024 20:21
@timj timj merged commit 137e131 into main Jul 25, 2024
6 checks passed
@timj timj deleted the tickets/DM-26658 branch July 25, 2024 17:33
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