Skip to content

Conversation

@coreyjadams
Copy link
Collaborator

Curator links renamed domino to external aerodynamics, fixing.

PhysicsNeMo Pull Request

Closes #1197

Description

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.
  • The CHANGELOG.md is up to date with these changes.
  • An issue is linked to this pull request.

Dependencies

Curator links renamed domino to external aerodynamics, fixing.
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Overview

Greptile Summary

Updated two broken documentation links in the DoMINO README that reference the physicsnemo-curator repository. The curator repository restructured its examples, moving content from examples/external_aerodynamics/domino/ to examples/external_aerodynamics/.

Changes:

  • Updated download instructions link to point to correct path with anchor
  • Updated data curation guide link to point to external_aerodynamics directory

Note: Similar broken links exist in examples/cfd/external_aerodynamics/transolver/README.md that should also be addressed.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Documentation-only change fixing broken links with straightforward path updates. No code logic or functionality affected.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
examples/cfd/external_aerodynamics/domino/README.md 5/5 Updated two broken physicsnemo-curator links from /domino/ path to /external_aerodynamics/ path

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as Pull Request #1199
    participant Repo as physicsnemo Repository
    participant Doc as DoMINO README
    participant Curator as physicsnemo-curator Repo
    
    Dev->>PR: Create PR to fix broken links
    PR->>Doc: Update line 88: curator link path
    PR->>Doc: Update line 94: curator link path
    Note over Doc: /domino/README.md → /external_aerodynamics
    Doc->>Curator: Links now point to correct paths
    Curator-->>Doc: Returns valid documentation
    PR->>Repo: Ready to merge
    Note over Repo: Documentation links fixed
Loading

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile


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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Check examples/cfd/external_aerodynamics/transolver/README.md:40-41 - has similar broken links with old /domino/ path that need fixing

@coreyjadams
Copy link
Collaborator Author

@RishikeshRanade could you take a look at this? Should be very quick to review :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📚[DOC]: How-to Curate data for DoMINO Model link in ReadMe File is not working 404 not found

2 participants