Skip to content

Commit 2b2978b

Browse files
committed
pre-commit
1 parent 2fe8a84 commit 2b2978b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chebifier/model_registry.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838

3939

4040
common_keys = MODEL_TYPES.keys() & ENSEMBLES.keys()
41-
assert not common_keys, (
42-
f"Overlapping keys between MODEL_TYPES and ENSEMBLES: {common_keys}"
43-
)
41+
assert (
42+
not common_keys
43+
), f"Overlapping keys between MODEL_TYPES and ENSEMBLES: {common_keys}"

data/disjoint_additional.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
47923,48030
1212
47923,48545
1313
48030,48545
14-
90799,155837
14+
90799,155837

0 commit comments

Comments
 (0)