Skip to content

Commit

Permalink
integrate_nodes_to_master (#1034) - integrate ID generators and messa…
Browse files Browse the repository at this point in the history
…ging services into the tools-package init-function
  • Loading branch information
CKehl committed Jun 7, 2021
1 parent e1c10f3 commit 4f2c8d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions parcels/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
from .global_statics import * # noqa
from .statuscodes import * # noqa
from .interpolation_utils import * # noqa
from .id_generators import * # noga
from .loggers import * # noqa
from .timer import * # noqa

# idgen = GenerateID_Service(SpatioTemporalIdGenerator)
# idgen = GenerateID_Service(SequentialIdGenerator)
# idgen.setDepthLimits(0, 100.0) # TODO: to be changed to some acceptable gobal max, e.g. Marianna Trench depth in [m]
# idgen.setTimeLine(0, 240.0) # TODO: this is just for initialisation purposes - should be documented in the docstring why and how to set that

0 comments on commit 4f2c8d1

Please sign in to comment.