Skip to content

Commit

Permalink
rm naive exploration report (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Han Wang <wang_han@iapcm.ac.cn>
  • Loading branch information
wanghan-iapcm and Han Wang committed Dec 31, 2022
1 parent 414c7b3 commit 96c08af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 80 deletions.
3 changes: 0 additions & 3 deletions dpgen2/exploration/report/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from .report import (
ExplorationReport,
)
from .naive_report import (
NaiveExplorationReport,
)
from .report_trust_levels import (
ExplorationReportTrustLevels,
)
76 changes: 0 additions & 76 deletions dpgen2/exploration/report/naive_report.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/exploration/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import unittest
from collections import Counter
from dpgen2.exploration.report import NaiveExplorationReport, ExplorationReportTrustLevels
from dpgen2.exploration.report import ExplorationReportTrustLevels
from dpgen2.exploration.selector import TrustLevel


Expand Down

0 comments on commit 96c08af

Please sign in to comment.