Skip to content

Commit

Permalink
Fixing deprecated axis name input in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamCPinchbeck committed Sep 3, 2024
1 parent 8d3500f commit ca1761b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_5_discrete_logprior.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def fake_func(energy, longitude, latitude, spectral_parameters, spatial_paramete
discrete_logprior_instance = DiscreteLogPrior(logfunction=fake_func,
name='Fake Test Func',
axes=[energy_true_axis, longitudeaxistrue, latitudeaxistrue],
axes_names=['energy', 'lon', 'lat'],
default_spectral_parameters={'centre':1.0}, )

warnings.simplefilter("default", category=UserWarning)
Expand Down

0 comments on commit ca1761b

Please sign in to comment.