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

Quick fix for DECaLS #170

Closed
wants to merge 1 commit into from
Closed

Quick fix for DECaLS #170

wants to merge 1 commit into from

Conversation

SunilSimha
Copy link
Collaborator

Wasn't expecting columns with strings previously. This fixes the error code when columns like type (morphological classification) are pulled and have unicode strings.

@SunilSimha SunilSimha requested a review from profxj October 25, 2023 07:18
@@ -77,7 +77,10 @@ def get_catalog(self, query=None, query_fields=None, print_query=False,exclude_g
main_cat = Table(main_cat,masked=True)
#
for col in main_cat.colnames:
main_cat[col].mask = np.isnan(main_cat[col])
try:
Copy link
Contributor

Choose a reason for hiding this comment

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

I feel like I already fixed this..

@profxj
Copy link
Contributor

profxj commented Oct 25, 2023

sorry, I had already fixed this but forgot to issue the PR

@profxj profxj closed this Oct 25, 2023
@profxj profxj deleted the survey_hotfix branch October 25, 2023 11:28
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