From 178df4b28cdae65eeda6912a6a185954768542d2 Mon Sep 17 00:00:00 2001 From: Carmelo Gonzales Date: Thu, 17 Apr 2025 08:25:27 -0700 Subject: [PATCH] refactor: updating naming of a few files (modulus -> physicsnemo) --- .../losses/{loss_mhd_modulus.py => loss_mhd_physicsnemo.py} | 0 ...oss_mhd_vec_pot_modulus.py => loss_mhd_vec_pot_physicsnemo.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/cfd/mhd_pino/losses/{loss_mhd_modulus.py => loss_mhd_physicsnemo.py} (100%) rename examples/cfd/mhd_pino/losses/{loss_mhd_vec_pot_modulus.py => loss_mhd_vec_pot_physicsnemo.py} (100%) diff --git a/examples/cfd/mhd_pino/losses/loss_mhd_modulus.py b/examples/cfd/mhd_pino/losses/loss_mhd_physicsnemo.py similarity index 100% rename from examples/cfd/mhd_pino/losses/loss_mhd_modulus.py rename to examples/cfd/mhd_pino/losses/loss_mhd_physicsnemo.py diff --git a/examples/cfd/mhd_pino/losses/loss_mhd_vec_pot_modulus.py b/examples/cfd/mhd_pino/losses/loss_mhd_vec_pot_physicsnemo.py similarity index 100% rename from examples/cfd/mhd_pino/losses/loss_mhd_vec_pot_modulus.py rename to examples/cfd/mhd_pino/losses/loss_mhd_vec_pot_physicsnemo.py