Skip to content

Commit

Permalink
Merge pull request #554 from SpiNNakerManchester/less_routers
Browse files Browse the repository at this point in the history
Less routers
  • Loading branch information
rowleya authored Mar 27, 2024
2 parents ffb4b36 + c54b76b commit 6f4b274
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1,215 deletions.
5 changes: 1 addition & 4 deletions pacman/operations/router_algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from .basic_dijkstra_routing import basic_dijkstra_routing
from .ner_route import ner_route, ner_route_traffic_aware
from .application_router import route_application_graph

__all__ = ['basic_dijkstra_routing', 'ner_route', 'ner_route_traffic_aware',
'route_application_graph']
__all__ = ['route_application_graph']
Loading

0 comments on commit 6f4b274

Please sign in to comment.