Skip to content

Commit

Permalink
Removals of EntityList, EntitySequence, JobManager, and Controller (#693
Browse files Browse the repository at this point in the history
)

Remove EntityList, EntitySequence, JobManager, and Controller as well as any references. 

[ committed by @juliaputko ]
[ reviewed by @amandarichardsonn, @mellis13 ]
  • Loading branch information
juliaputko authored Sep 19, 2024
1 parent f49fde3 commit 3bfdff9
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 1,688 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,8 @@ module = [
# FIXME: DO NOT MERGE THIS INTO DEVELOP BRANCH UNLESS THESE ARE PASSING OR
# REMOVED!!
"smartsim._core._cli.*",
"smartsim._core.control.controller",
"smartsim._core.control.manifest",
"smartsim._core.entrypoints.dragon_client",
"smartsim._core.launcher.colocated",
"smartsim._core.launcher.launcher",
"smartsim._core.launcher.local.*",
"smartsim._core.launcher.lsf.*",
Expand Down
4 changes: 2 additions & 2 deletions smartsim/_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from .control import Controller, Manifest, preview_renderer
from .control import Manifest, preview_renderer
from .generation import Generator

__all__ = ["Controller", "Manifest", "Generator", "preview_renderer"]
__all__ = ["Manifest", "Generator", "preview_renderer"]
1 change: 0 additions & 1 deletion smartsim/_core/control/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from .controller import Controller
from .manifest import Manifest
Loading

0 comments on commit 3bfdff9

Please sign in to comment.