astronomy-commons / hipscat-import

HiPSCat import - generate HiPSCat-partitioned catalogs
https://hipscat-import.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Correct tutorial on when input_format argument is required #215

Closed wilsonbb closed 6 months ago

wilsonbb commented 7 months ago

The Reading input files tutorial seems to suggest that the input_format argument is only needed when the user provides input_path rather than input_file_list.

However hipscat-import seems to always fail argument validation when input_format is not provided https://github.com/astronomy-commons/hipscat-import/blob/6eb5204166e942902de81625062e3ed91e84c93f/src/hipscat_import/catalog/arguments.py#L91