From 768480cb1600379f909d8d0c0e3ac03e7edc093f Mon Sep 17 00:00:00 2001 From: Corey adams <6619961+coreyjadams@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:48:52 -0500 Subject: [PATCH] Fix broken links Curator links renamed domino to external aerodynamics, fixing. --- examples/cfd/external_aerodynamics/domino/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cfd/external_aerodynamics/domino/README.md b/examples/cfd/external_aerodynamics/domino/README.md index b400cab308..968fe2397e 100644 --- a/examples/cfd/external_aerodynamics/domino/README.md +++ b/examples/cfd/external_aerodynamics/domino/README.md @@ -85,13 +85,13 @@ Please refer to with `PhysicsNeMo-Curator`. Download the DrivAer ML dataset using the -[provided instructions in PhysicsNeMo-Curator](https://github.com/NVIDIA/physicsnemo-curator/blob/main/examples/external_aerodynamics/domino/README.md#download-drivaerml-dataset). +[provided instructions in PhysicsNeMo-Curator](https://github.com/NVIDIA/physicsnemo-curator/tree/main/examples/external_aerodynamics#download-drivaerml-dataset). The first step for running the DoMINO pipeline requires processing the raw data (vtp, vtu and stl) into either Zarr or NumPy format for training. Each of the raw simulations files are downloaded in `vtp`, `vtu` and `stl` formats. For instructions on running data processing to produce a DoMINO training ready dataset, please refer to -[How-to Curate data for DoMINO Model](https://github.com/NVIDIA/physicsnemo-curator/blob/main/examples/external_aerodynamics/domino/README.md). +[How-to Curate data for DoMINO Model](https://github.com/NVIDIA/physicsnemo-curator/tree/main/examples/external_aerodynamics). Caching is implemented in [`CachedDoMINODataset`](https://github.com/NVIDIA/physicsnemo/blob/main/physicsnemo/datapipes/cae/domino_datapipe.py#L1250).