Commit 8490a01
Merge main and resolve conflicts (open-edge-platform#2287)
* Reduce rich methods (open-edge-platform#2283)
remove rich
Signed-off-by: Ashwin Vaidya <[email protected]>
* Refactor BaseThreshold to Threshold (open-edge-platform#2278)
* Refactor BaseThreshold to Threshold
* Add relative import and add tests
Signed-off-by: Samet Akcay <[email protected]>
* Revert threshold.py to base.py
Signed-off-by: Samet Akcay <[email protected]>
* Revert threshold imports
Signed-off-by: Samet Akcay <[email protected]>
* Update tests/unit/metrics/threshold/test_threshold.py
Co-authored-by: Ashwin Vaidya <[email protected]>
---------
Signed-off-by: Samet Akcay <[email protected]>
Co-authored-by: Ashwin Vaidya <[email protected]>
* Enable Ruff Rules: PLW1514 and PLR6201 (open-edge-platform#2284)
* pre-commit autoupdate
Signed-off-by: Samet Akcay <[email protected]>
* Enable preview feautures, and disable some of the updated features
* Add missing copyrights
Signed-off-by: Samet Akcay <[email protected]>
* Ignore copyrights in notebooks
* "PLW1514", # Add explicit encoding argument
Signed-off-by: Samet Akcay <[email protected]>
* "PLR6201", # Convert to set
Signed-off-by: Samet Akcay <[email protected]>
---------
Signed-off-by: Samet Akcay <[email protected]>
---------
Signed-off-by: Ashwin Vaidya <[email protected]>
Signed-off-by: Samet Akcay <[email protected]>
Co-authored-by: Ashwin Vaidya <[email protected]>
Co-authored-by: Ashwin Vaidya <[email protected]>1 parent 3c39944 commit 8490a01
File tree
6 files changed
+7
-10
lines changed- src/anomalib
- deploy/inferencers
- models/components/base
- tests
- integration/model
- unit/data/base
- tools/inference
6 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 203 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments