Skip to content

Commit

Permalink
FIX: Fix the flag for the cvxopt flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Dec 5, 2024
1 parent 3297101 commit c98bda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/correct/test_phase_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def perform_phase_processing(LP_solver="cvxopt"):
return radar, phidp, kdp


@pytest.mark.skipif(not cvxopt_available, reason="CVXOPT is not installed.")
def test_perform_phase_processing_gf(LP_solver="cvxopt"):
"""Perform LP phase processing on a single ray radar."""
radar = pyart.testing.make_single_ray_radar()
Expand Down

0 comments on commit c98bda6

Please sign in to comment.