Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into fix-binops
  • Loading branch information
Joao-Dionisio authored Oct 20, 2025
commit 2cb59e90cfa6fdc1c0222c34a27f5bf88e996284
2 changes: 1 addition & 1 deletion tests/test_matrix_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_matrix_sum_argument():
assert (m.getVal(x) == np.full((2, 3), 4)).all().all()
assert (m.getVal(y) == np.full((2, 4), 3)).all().all()


@pytest.mark.skip(reason="Performance test")
def test_sum_performance():
n = 1000
model = Model()
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.