Skip to content

Commit

Permalink
Update test_MIS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvmann authored Dec 6, 2024
1 parent 29e3e0b commit 250950a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/modules/applications/optimization/MIS/test_MIS.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def test_get_default_submodule(self):
def test_get_parameter_options(self):
options = self.mis_instance.get_parameter_options()
self.assertIn("size", options)
self.assertIn("spacing", options)
self.assertIn("filling_fraction", options)
self.assertIn("graph_type", options)

def test_generate_problem(self):
# Generate with valid configuration
Expand Down

0 comments on commit 250950a

Please sign in to comment.