From 7a0389d40f2cdefae6a7d00b40d7a30fd1bd7292 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 11 Aug 2026 15:05:37 +0200 Subject: [PATCH] Remove default dim_type from project_out_except --- namedisl/set_like.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/namedisl/set_like.py b/namedisl/set_like.py index b4b7fda..c1dfbfa 100644 --- a/namedisl/set_like.py +++ b/namedisl/set_like.py @@ -288,7 +288,7 @@ def project_out(self, def project_out_except( self, names_to_keep: Collection[str], - *, dim_type: DimType | Literal["all"] = "all", + *, dim_type: DimType | Literal["all"], cache: Cache | None = None, ) -> Self: """Eliminates the dimensions and constraints within *dim_type* except