Skip to content

Commit

Permalink
add missing file...
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Feb 8, 2022
1 parent de180f1 commit 25822a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpgen2/op/select_confs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os, json
from typing import Tuple, List, Set
from pathlib import Path
from dpgen2.exploration.conf_selector import ConfSelector
from dpgen2.exploration.selector import ConfSelector
from dpgen2.exploration.report import ExplorationReport

class SelectConfs(OP):
Expand Down

0 comments on commit 25822a7

Please sign in to comment.