From a4c56cdfb63034e962f8b0716b05908ad1f5b3c0 Mon Sep 17 00:00:00 2001 From: meesters Date: Wed, 3 Sep 2025 13:28:35 +0200 Subject: [PATCH] refactor: BLAS env variable without effect has been removed --- src/flair/flair_diffExp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flair/flair_diffExp.py b/src/flair/flair_diffExp.py index f3c595e1..cd5ef1d6 100755 --- a/src/flair/flair_diffExp.py +++ b/src/flair/flair_diffExp.py @@ -26,7 +26,6 @@ from flair import FlairError, FlairInputDataError, set_unix_path -os.environ['OPENBLAS_NUM_THREADS'] = '1' import numpy as np