Skip to content

Commit 4949b3e

Browse files
author
snowman2
committed
modified code to work with spt_dataset_manager as package
1 parent ff994af commit 4949b3e

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "spt_dataset_manager"]
2-
path = spt_ecmwf_autorapid_process/spt_dataset_manager
3-
url = https://github.com/erdc-cm/spt_dataset_manager.git

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ See: https://github.com/erdc-cm/spt_dataset_manager
9999
$ cd /path/to/your/scripts/
100100
$ git clone https://github.com/erdc-cm/spt_ecmwf_autorapid_process.git
101101
$ cd spt_ecmwf_autorapid_process
102-
$ git submodule init
103-
$ git submodule update
104102
$ python setup.py install
105103
```
106104

spt_ecmwf_autorapid_process/rapid_process.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
compute_seasonal_initial_rapid_flows_multicore_worker,
4747
update_inital_flows_usgs,)
4848
#package imports
49-
from .spt_dataset_manager.dataset_manager import (ECMWFRAPIDDatasetManager,
50-
RAPIDInputDatasetManager)
49+
from spt_dataset_manager.dataset_manager import (ECMWFRAPIDDatasetManager,
50+
RAPIDInputDatasetManager)
5151
#----------------------------------------------------------------------------------------
5252
# HELPER FUNCTIONS
5353
#----------------------------------------------------------------------------------------
This file was deleted.

0 commit comments

Comments
 (0)