Skip to content

Commit 731cdc1

Browse files
committed
[CLN] Remove legacy backend and unused code
Eliminated "aesara" and "legacy" backends from the config and compute logic. Cleaned up redundant code, improving codebase maintainability and clarity by focusing on supported backends.
1 parent 2c7e4ef commit 731cdc1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gempy_engine/config.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ class AvailableBackends(Flag):
88
numpy = auto()
99
PYTORCH = auto()
1010

11-
# Legacy
12-
aesara = auto()
13-
legacy = auto()
14-
1511

1612
# Define the paths for the .env files
1713

0 commit comments

Comments
 (0)