Skip to content

Commit

Permalink
Update test_twopoint_difference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Dec 28, 2023
1 parent 541ceed commit 93d3b56
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_twopoint_difference.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
import numpy as np
<<<<<<< Updated upstream
import pytest

from stcal.jump.twopoint_difference import calc_med_first_diffs, find_crs

DQFLAGS = {"JUMP_DET": 4, "SATURATED": 2, "DO_NOT_USE": 1}
=======
from astropy.io import fits
from stcal.jump.twopoint_difference import find_crs, calc_med_first_diffs
>>>>>>> Stashed changes


@pytest.fixture()
Expand Down

0 comments on commit 93d3b56

Please sign in to comment.