-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7ad97d
commit 79fb7ef
Showing
3 changed files
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ dependencies: | |
- psy-reg | ||
- cartopy | ||
- pip: | ||
- git+ssh://[email protected]/C2SM/[email protected].17#egg=iconarray | ||
- git+ssh://[email protected]/C2SM/[email protected].18#egg=iconarray | ||
- pre-commit |
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,9 +1,9 @@ | ||
from backend.grid import check_grid_information, combine_grid_information, open_dataset | ||
from .backend.grid import check_grid_information, combine_grid_information, open_dataset | ||
|
||
from core.interpolate import remap_ICON_to_ICON, remap_ICON_to_regulargrid | ||
from core.utilities import add_coordinates, get_stats, ind_from_latlon, show_data_vars, wilks | ||
from .core.interpolate import remap_ICON_to_ICON, remap_ICON_to_regulargrid | ||
from .core.utilities import add_coordinates, get_stats, ind_from_latlon, show_data_vars, wilks | ||
|
||
from plot.config import get_several_input, read_config | ||
from .plot.config import get_several_input, read_config | ||
|
||
from utils.get_data import get_example_data | ||
from .utils.get_data import get_example_data | ||
|
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