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

Bugfix ASCII Table reads in HCV #217

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Bugfix ASCII Table reads in HCV #217

merged 1 commit into from
Jan 29, 2024

Conversation

troyraen
Copy link
Contributor

The HCV function has been using ascii.read. I assume this was meant to be using astropy.io.ascii but the module does not import it. This results in an error because the builtin ascii module is used instead.

This PR switches to use Table.read instead of ascii.read.

@troyraen troyraen requested a review from bsipocz January 29, 2024 19:18
@bsipocz bsipocz merged commit 44b81ba into main Jan 29, 2024
1 check passed
@bsipocz bsipocz deleted the raen/bugfix/hcv-ascii branch January 29, 2024 19:26
@bsipocz
Copy link
Member

bsipocz commented Jan 29, 2024

Thanks!

github-actions bot pushed a commit that referenced this pull request Jan 29, 2024
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