Skip to content

Commit

Permalink
Merge pull request #214 from WilliamJamieson/ci_fix/general_sersic
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 7, 2023
2 parents 96b6ea0 + 0cbec20 commit b2a7965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asdf_astropy/converters/transform/tests/test_transform.py
Expand Up @@ -485,6 +485,9 @@ def create_single_models(): # noqa: PLR0915
if minversion("astropy", "5.1") and not minversion("asdf_transform_schemas", "0.2.2", inclusive=False):
UNSUPPORTED_MODELS.append(astropy.modeling.powerlaws.Schechter1D)

if minversion("astropy", "6.0.dev"):
UNSUPPORTED_MODELS.append(astropy.modeling.functional_models.GeneralSersic2D)


@pytest.mark.parametrize("model", create_single_models())
def test_single_model(tmp_path, model):
Expand Down

0 comments on commit b2a7965

Please sign in to comment.