Skip to content

Commit

Permalink
fipu
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhansk committed Aug 26, 2024
1 parent 9385b32 commit eb3975b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests/pygradflow/test_qp.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import pytest

import numpy as np
import pytest
import scipy as sp

from .qp import QP

from pygradflow.params import NewtonType, Params, StepControlType
from pygradflow.solver import Solver
from pygradflow.status import SolverStatus
from pygradflow.params import Params, StepControlType, NewtonType

from .qp import QP


@pytest.fixture
Expand Down Expand Up @@ -96,7 +95,7 @@ def test_boxed(boxed_qp, unbounded_x0):
NewtonType.ActiveSet,
NewtonType.Full,
# NewtonType.Globalized,
NewtonType.Simplified
NewtonType.Simplified,
],
)
def test_newton_types(newton_type):
Expand Down

0 comments on commit eb3975b

Please sign in to comment.