Skip to content

Commit

Permalink
Exclude dummy processes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Jun 17, 2024
1 parent 9168c8e commit f9ca63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shearwater/processes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .wps_say_hello import SayHello
# from .wps_say_hello import SayHello
from .wps_cyclone import Cyclone

processes = [
SayHello(),
# SayHello(),
Cyclone(),
]

0 comments on commit f9ca63c

Please sign in to comment.