Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
PyFVCOM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
FVCOM
PyFVCOM
Commits
a5be5cf4
Commit
a5be5cf4
authored
Jan 11, 2018
by
Pierre Cazenave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy up imports.
parent
b7a82597
Pipeline
#773
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
PyFVCOM/tide.py
PyFVCOM/tide.py
+3
-4
No files found.
PyFVCOM/tide.py
View file @
a5be5cf4
...
...
@@ -10,13 +10,12 @@ from __future__ import print_function
import
os
import
sys
import
scipy
import
inspect
import
numpy
as
np
from
warnings
import
warn
import
numpy
as
np
import
scipy
from
lxml
import
etree
from
netCDF4
import
Dataset
from
warnings
import
warn
from
PyFVCOM.grid
import
find_nearest_point
from
PyFVCOM.utilities.general
import
fix_range
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment