Skip to content

Commit

Permalink
Remove Dispatch and TransferFunc folders
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjm committed Oct 2, 2024
1 parent 56d8d5c commit 84bc649
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 3,839 deletions.
1 change: 0 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright 2020, Battelle Energy Alliance, LLC
# ALL RIGHTS RESERVED

from HERON.src import DispatchPlot
from HERON.src import DispatchManager
7 changes: 4 additions & 3 deletions src/Cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@

from HERON.src.base import Base

from HERON.src.dispatch.Factory import known as known_dispatchers
from HERON.src.dispatch.Factory import get_class as get_dispatcher

from HERON.src.ValuedParams import factory as vp_factory
from HERON.src.ValuedParamHandler import ValuedParamHandler

from HERON.src.validators.Factory import known as known_validators
from HERON.src.validators.Factory import get_class as get_validator

from DOVE.src.Dispatch.Factory import known as known_dispatchers
from DOVE.src.Dispatch.Factory import get_class as get_dispatcher


from collections import OrderedDict

import HERON.src._utils as hutils
Expand Down
353 changes: 55 additions & 298 deletions src/Components.py

Large diffs are not rendered by default.

350 changes: 0 additions & 350 deletions src/DispatchPlot.py

This file was deleted.

Loading

0 comments on commit 84bc649

Please sign in to comment.