Skip to content

Commit

Permalink
A space.
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Dec 2, 2024
1 parent bdcdabd commit ef0ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hats_import/hipscat_conversion/run_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _convert_partition_file(pixel, args, schema, ra_column, dec_column):
# pylint: disable=import-outside-toplevel
def _write_nested_fits_map(input_dir, output_dir):
# Healpy is an optional dependency, used only for reads of legacy fits files.
import healpy as hp # pylint: disable=import-error
import healpy as hp # pylint: disable=import-error

Check warning on line 161 in src/hats_import/hipscat_conversion/run_conversion.py

View check run for this annotation

Codecov / codecov/patch

src/hats_import/hipscat_conversion/run_conversion.py#L161

Added line #L161 was not covered by tests

input_file = input_dir / "point_map.fits"
if not input_file.exists():
Expand Down

0 comments on commit ef0ee23

Please sign in to comment.