From 701db20fff023a3ecee5c9674bde268dad6d462d Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 20 May 2024 15:48:09 +0200 Subject: Delete broken function for Determinant feature that was removed --- polymatrix/expression/init.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/polymatrix/expression/init.py b/polymatrix/expression/init.py index 825bc10..e65be9e 100644 --- a/polymatrix/expression/init.py +++ b/polymatrix/expression/init.py @@ -59,12 +59,6 @@ def init_combinations_expr( ) -def init_determinant_expr( - underlying: ExpressionBaseMixin, -): - return polymatrix.expression.impl.DeterminantExprImpl( - underlying=underlying, - ) def init_diag_expr( -- cgit v1.2.1