Skip to content

Commit 6870f2d

Browse files
committed
delete metrics.py module + tests as they're better placed in CompRhys/aviary#13
1 parent ef043fd commit 6870f2d

File tree

4 files changed

+1
-275
lines changed

4 files changed

+1
-275
lines changed

ml_matrics/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
ptable_heatmap_ratio,
99
)
1010
from .histograms import residual_hist, spacegroup_hist, true_pred_hist
11-
from .metrics import classification_metrics, regression_metrics
1211
from .parity import (
1312
density_hexbin,
1413
density_hexbin_with_hist,

ml_matrics/metrics.py

-235
This file was deleted.

tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def run_around_tests():
1010
# Code that runs before each test
1111

1212
yield
13-
# Code that runs after each test
1413

14+
# Code that runs after each test
1515
plt.close()
1616

1717

tests/test_metrics.py

-38
This file was deleted.

0 commit comments

Comments
 (0)