Skip to content

Commit

Permalink
rename yinglong to yinglong1 (PaddlePaddle#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiminzhang0830 authored Apr 22, 2024
1 parent dc1c604 commit c0fa8ca
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from omegaconf import DictConfig
from packaging import version

from examples.yinglong.plot import save_plot_weather_from_dict
from examples.yinglong.predictor import YingLongPredictor
from examples.yinglong1.plot import save_plot_weather_from_dict
from examples.yinglong1.predictor import YingLongPredictor
from ppsci.utils import logger


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from omegaconf import DictConfig
from packaging import version

from examples.yinglong.plot import save_plot_weather_from_dict
from examples.yinglong.predictor import YingLongPredictor
from examples.yinglong1.plot import save_plot_weather_from_dict
from examples.yinglong1.predictor import YingLongPredictor
from ppsci.utils import logger


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from omegaconf import DictConfig

from deploy.python_infer import base
from examples.yinglong.timefeatures import time_features
from examples.yinglong1.timefeatures import time_features
from ppsci.utils import logger


Expand Down
File renamed without changes.

0 comments on commit c0fa8ca

Please sign in to comment.