Skip to content

Commit 96c08af

Browse files
wanghan-iapcmHan Wang
and
Han Wang
authored
rm naive exploration report (#111)
Co-authored-by: Han Wang <[email protected]>
1 parent 414c7b3 commit 96c08af

File tree

3 files changed

+1
-80
lines changed

3 files changed

+1
-80
lines changed

dpgen2/exploration/report/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from .report import (
22
ExplorationReport,
33
)
4-
from .naive_report import (
5-
NaiveExplorationReport,
6-
)
74
from .report_trust_levels import (
85
ExplorationReportTrustLevels,
96
)

dpgen2/exploration/report/naive_report.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

tests/exploration/test_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy as np
44
import unittest
55
from collections import Counter
6-
from dpgen2.exploration.report import NaiveExplorationReport, ExplorationReportTrustLevels
6+
from dpgen2.exploration.report import ExplorationReportTrustLevels
77
from dpgen2.exploration.selector import TrustLevel
88

99

0 commit comments

Comments
 (0)