Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed May 29, 2024
1 parent 0922f47 commit 07efa64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/hipscat_import/margin_cache/margin_cache_map_reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from hipscat.pixel_math.hipscat_id import HIPSCAT_ID_COLUMN

from hipscat_import.margin_cache.margin_cache_resume_plan import MarginCachePlan
from hipscat_import.pipeline_resume_plan import get_pixel_cache_directory
from hipscat_import.pipeline_resume_plan import get_pixel_cache_directory, print_task_failure


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ def test_partition_margin_pixel_pairs_negative(small_sky_margin_args):
assert margin_pairs.iloc[-1]["partition_pixel"] == expected_pixel
npt.assert_array_equal(margin_pairs.iloc[-10:]["margin_pixel"], expected)
assert len(margin_pairs) == 536

0 comments on commit 07efa64

Please sign in to comment.