-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from axiom-data-science/updates
Updates
- Loading branch information
Showing
15 changed files
with
730 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ API | |
:recursive: | ||
|
||
the_manager | ||
models.opendrift.model_opendrift | ||
models.opendrift.opendrift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Particle Tracking Manager.""" | ||
|
||
from .models.opendrift.model_opendrift import OpenDriftModel | ||
from .models.opendrift.opendrift import OpenDriftModel | ||
from .the_manager import ParticleTrackingManager |
File renamed without changes.
313 changes: 160 additions & 153 deletions
313
...nager/models/opendrift/model_opendrift.py → ...ing_manager/models/opendrift/opendrift.py
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.