You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem.
I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a descriprion of what I expected instead.
If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.
The text was updated successfully, but these errors were encountered:
Bug report
The
generate_data.ipynb
notebook generates an association catalog with the following schema:It seems like the column data types are all being inferred to int64, when
*_Norder
should be of type uint8 and*_Npix
of type uint64. Specifying the schema when creating the record batches from arrays should solve this issue:https://github.com/astronomy-commons/hipscat/blob/047600e667191af000337b446f7c24fd37a6b0eb/src/hipscat/catalog/association_catalog/partition_join_info.py#L93-L101
Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: