Skip to content

Commit

Permalink
going for 100% codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Best-01 committed Oct 9, 2024
1 parent e632beb commit 1958c3f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_Source/test_agn.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def test_random_agn():
input_agn_bounds_dict=input_agn_bounds_dict,
)


light_curve_1 = {
"MJD": [0, 1, 2, 3, 4, 5],
"ps_mag_intrinsic": [1, 0, -1, 0, 1, 0],
Expand All @@ -221,11 +220,7 @@ def test_random_agn():
)

# test initialization with minimal information
RandomAgn(
i_band_string,
i_band_mag,
redshift
)
RandomAgn(i_band_string, i_band_mag, redshift)

# Test that we raise a warning in RandomAgn when no time axis is input
with pytest.raises(ValueError):
Expand Down

0 comments on commit 1958c3f

Please sign in to comment.