Skip to content

Commit 418a9c9

Browse files
rename yinglong to yinglong1
1 parent 6fb27c0 commit 418a9c9

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
@@ -19,11 +19,11 @@
1919
import numpy as np
2020
import paddle
2121
import pandas as pd
22+
from examples.yinglong.plot import save_plot_weather_from_dict
23+
from examples.yinglong.predictor import YingLongPredictor
2224
from omegaconf import DictConfig
2325
from packaging import version
2426

25-
from examples.yinglong.plot import save_plot_weather_from_dict
26-
from examples.yinglong.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
@@ -19,11 +19,11 @@
1919
import numpy as np
2020
import paddle
2121
import pandas as pd
22+
from examples.yinglong.plot import save_plot_weather_from_dict
23+
from examples.yinglong.predictor import YingLongPredictor
2224
from omegaconf import DictConfig
2325
from packaging import version
2426

25-
from examples.yinglong.plot import save_plot_weather_from_dict
26-
from examples.yinglong.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
@@ -18,10 +18,10 @@
1818

1919
import numpy as np
2020
import pandas as pd
21+
from examples.yinglong.timefeatures import time_features
2122
from omegaconf import DictConfig
2223

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

2727

File renamed without changes.

0 commit comments

Comments
 (0)