Skip to content

Commit

Permalink
Updating comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Apr 22, 2024
1 parent f43460e commit a91f089
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_ramp_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
# -----------------------------------------------------------------------------
# Test Suite

# @pytest.mark.skip(reason="The arrays created by this test are of the wrong type.")
def test_long_integration():
"""
"""
nints, nrows, ncols = 1, 1, 1
rnoise_val, gain_val = 0.1, 40.0
nframes, gtime, ftime = 1, 3, 3
Expand Down Expand Up @@ -1605,6 +1606,7 @@ def create_test_2seg_obs(
dims = (num_ints, num_grps1 + num_grps2 + 1, nrows, ncols)
err = np.ones(shape=dims, dtype=np.float32)

# Set up RampData class
ramp_data = RampData()
dark_current = np.zeros((nrows, ncols), dtype=np.float32)
ramp_data.set_arrays(
Expand Down

0 comments on commit a91f089

Please sign in to comment.