Skip to content

Commit d8102a2

Browse files
authored
Fix typos
Fix typos
1 parent a6254cc commit d8102a2

File tree

24 files changed

+29
-29
lines changed

24 files changed

+29
-29
lines changed

examples/allen_cahn/conf/allen_cahn_defalut_ntk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hydra:
1414
dir: outputs_allen_cahn_defalut_ntk/${now:%Y-%m-%d}/${now:%H-%M-%S}/${hydra.job.override_dirname}
1515
job:
1616
name: ${mode} # name of logfile
17-
chdir: false # keep current working direcotry unchaned
17+
chdir: false # keep current working directory unchanged
1818
callbacks:
1919
init_callback:
2020
_target_: ppsci.utils.callbacks.InitCallback

examples/allen_cahn/conf/allen_cahn_sota.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hydra:
1414
dir: outputs_allen_cahn_sota/${now:%Y-%m-%d}/${now:%H-%M-%S}/${hydra.job.override_dirname}
1515
job:
1616
name: ${mode} # name of logfile
17-
chdir: false # keep current working direcotry unchaned
17+
chdir: false # keep current working directory unchanged
1818
callbacks:
1919
init_callback:
2020
_target_: ppsci.utils.callbacks.InitCallback

examples/chip_heat/conf/chip_heat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ output_dir: ${hydra:run.dir}
3030
log_freq: 20
3131

3232
# set working condition
33-
DL: 1.0 # lenth of the domain
33+
DL: 1.0 # length of the domain
3434
DW: 1.0 # width of the domain
3535
NL: 20 # number of length
3636
NW: 20 # number of width

examples/fengwu/predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class FengWuPredictor(base.Predictor):
3232
cfg (DictConfig): Running configuration.
3333
"""
3434

35-
# 14 day with time-interval of siz hours
35+
# 14 day with time-interval of six hours
3636
PREDICT_TIMESTAMP = int(14 * 24 / 6)
3737
# Where 69 represents 69 atmospheric features, The first four variables are surface variables in the order of ['u10', 'v10', 't2m', 'msl'],
3838
# followed by non-surface variables in the order of ['z', 'q', 'u', 'v', 't']. Each data has 13 levels, which are ordered as

examples/fpde/conf/fractional_poisson_2d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hydra:
1414
dir: outputs_fractional_poisson_2d/${now:%Y-%m-%d}/${now:%H-%M-%S}/${hydra.job.override_dirname}
1515
job:
1616
name: ${mode} # name of logfile
17-
chdir: false # keep current working direcotry unchaned
17+
chdir: false # keep current working directory unchanged
1818
callbacks:
1919
init_callback:
2020
_target_: ppsci.utils.callbacks.InitCallback

examples/graphcast/conf/graphcast_small.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hydra:
1414
dir: outputs_graphcast_small/${now:%Y-%m-%d}/${now:%H-%M-%S}/${hydra.job.override_dirname}
1515
job:
1616
name: ${mode} # name of logfile
17-
chdir: false # keep current working direcotry unchaned
17+
chdir: false # keep current working directory unchanged
1818
callbacks:
1919
init_callback:
2020
_target_: ppsci.utils.callbacks.InitCallback

examples/heart/conf/forward.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hydra:
1414
dir: outputs_heart/${now:%Y-%m-%d}/${now:%H-%M-%S}/${hydra.job.override_dirname}
1515
job:
1616
name: ${mode} # name of logfile
17-
chdir: false # keep current working direcotry unchaned
17+
chdir: false # keep current working directory unchanged
1818
sweep:
1919
# output directory for multirun
2020
dir: ${hydra.run.dir}

examples/heart/conf/inverse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hydra:
1414
dir: outputs_heart/${now:%Y-%m-%d}/${now:%H-%M-%S}/${hydra.job.override_dirname}
1515
job:
1616
name: ${mode} # name of logfile
17-
chdir: false # keep current working direcotry unchaned
17+
chdir: false # keep current working directory unchanged
1818
callbacks:
1919
init_callback:
2020
_target_: ppsci.utils.callbacks.InitCallback

examples/heat_exchanger/conf/heat_exchanger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ output_dir: ${hydra:run.dir}
2727
log_freq: 20
2828

2929
# set working condition
30-
DL: 1.0 # lenth of the domain
30+
DL: 1.0 # length of the domain
3131
cp_c: 1.0 # specific heat capacity of cold boundary
3232
cp_h: 1.0 # specific heat capacity of hot boundary
3333
cp_w: 1.0 # specific heat capacity of wall

examples/ifm/ifm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def train(cfg: DictConfig):
9999
name="Sup",
100100
)
101101

102-
# parmas from dataset
102+
# params from dataset
103103
inputs = sup_constraint.data_loader.dataset.data_tr_x.shape[1]
104104
tasks = sup_constraint.data_loader.dataset.task_dict[cfg.data_label]
105105
iters_per_epoch = len(sup_constraint.data_loader)

0 commit comments

Comments
 (0)