Commit a225a74
authored
[ENH] Format lambda value with underscores and remove legacy backends (#15)
# [CLN] Remove legacy backend options and improve numeric formatting
- Removed "aesara" and "legacy" backends from the `AvailableBackends` enum in `config.py`
- Improved numeric readability by replacing `100000000` with `100_000_000` in the L1 regularization parameter
These changes improve code clarity and maintainability without altering functionality.File tree
2 files changed
+1
-5
lines changed- gempy_engine
- API/interp_single
2 files changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
| |||
0 commit comments