Skip to content

Commit c0fa8ca

Browse files
rename yinglong to yinglong1 (#862)
1 parent dc1c604 commit c0fa8ca

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.

examples/yinglong/predict_12layers.py renamed to examples/yinglong1/predict_12layers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from omegaconf import DictConfig
2323
from packaging import version
2424

25-
from examples.yinglong.plot import save_plot_weather_from_dict
26-
from examples.yinglong.predictor import YingLongPredictor
25+
from examples.yinglong1.plot import save_plot_weather_from_dict
26+
from examples.yinglong1.predictor import YingLongPredictor
2727
from ppsci.utils import logger
2828

2929

examples/yinglong/predict_24layers.py renamed to examples/yinglong1/predict_24layers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from omegaconf import DictConfig
2323
from packaging import version
2424

25-
from examples.yinglong.plot import save_plot_weather_from_dict
26-
from examples.yinglong.predictor import YingLongPredictor
25+
from examples.yinglong1.plot import save_plot_weather_from_dict
26+
from examples.yinglong1.predictor import YingLongPredictor
2727
from ppsci.utils import logger
2828

2929

examples/yinglong/predictor.py renamed to examples/yinglong1/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from omegaconf import DictConfig
2222

2323
from deploy.python_infer import base
24-
from examples.yinglong.timefeatures import time_features
24+
from examples.yinglong1.timefeatures import time_features
2525
from ppsci.utils import logger
2626

2727

0 commit comments

Comments
 (0)