Commit 24299c6
chore: Update Domain class initialization arguments
The `Domain` class in `fuzzylogic/classes.py` has been updated to use more descriptive argument names for `low`, `high`, `res`, and `sets`. This change improves the clarity and readability of the code.
Note: The argument types have been updated to allow both `float` and `int` values.
Co-authored-by: dependabot[bot] <support@github.com>1 parent c7cd635 commit 24299c6
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments