Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【hydra No.20】改造 bubble #581

Merged
merged 3 commits into from
Oct 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix
  • Loading branch information
co63oc committed Oct 20, 2023
commit bd24df554fd370792d45499bb3639337b8bd2ffc
4 changes: 2 additions & 2 deletions examples/bubble/bubble.py
co63oc marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def transform_out(in_, out):
"phil": pred_norm["phil"],
}
ppsci.visualize.save_vtu_from_dict(
"f{cfg.output_dir}/visual/result.vtu",
osp.join(cfg.output_dir, "visual/result.vtu"),
{
"t": visu_mat["t"],
"x": visu_mat["x"],
Expand Down Expand Up @@ -373,7 +373,7 @@ def transform_out(in_, out):
"phil": pred_norm["phil"],
}
ppsci.visualize.save_vtu_from_dict(
"f{cfg.output_dir}/visual/result.vtu",
osp.join(cfg.output_dir, "visual/result.vtu"),
{
"t": visu_mat["t"],
"x": visu_mat["x"],
Expand Down