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

BUG: fix a regression preventing loading of fits datasets #4533

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

neutrinoceros
Copy link
Member

closes #4532 (regression from #3772)

Explanation: #3772 made a change to ds.parameter_filename causing it to always be a "resolved path", which in the case of in-memory fits dataset makes no sense, and breaks FitsDataset.unique_identifier.

@neutrinoceros neutrinoceros added bug code frontends Things related to specific frontends labels Jun 22, 2023
@neutrinoceros neutrinoceros added this to the 4.2.2 milestone Jun 22, 2023
@neutrinoceros neutrinoceros marked this pull request as ready for review June 22, 2023 11:39
@matthewturk matthewturk merged commit 0d875c6 into yt-project:main Jun 22, 2023
meeseeksmachine pushed a commit to meeseeksmachine/yt that referenced this pull request Jun 22, 2023
@neutrinoceros neutrinoceros deleted the hotfix_inmemory_fits branch June 22, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug code frontends Things related to specific frontends
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileNotFoundError - InMemoryFITSFile error related to FITSDataset
3 participants