Create silo series file for ParaView#1381
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 58 minutes and 10 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Claude Code ReviewHead SHA: cc7d36b Files changed:
Findings1. Series file uses integer indices instead of physical simulation timeFile: files = [{"name": f"root/{f.name}", "time": i} for i, f in enumerate(collection_files)]The 2. Filename parsing assumes exactly one underscore in
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1381 +/- ##
=======================================
Coverage 64.76% 64.76%
=======================================
Files 71 71
Lines 18713 18713
Branches 1549 1549
=======================================
Hits 12119 12119
Misses 5638 5638
Partials 956 956 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This PR adds tooling for creating a series file in the
silo_hdf5/directory for opening time-series data in newer versions of Paraview. Paraview 6.1.0, which is now compatible with our output files, does not recognize theroot/files as a time-series correctly, which is resolved by creating a series file. The series file is created by listing the files in thesilo_hdf5directory after post-processing has been done, which ensures compatibility with restarts and such.Fixes #(issue)
Type of change
Testing
How did you test your changes?
Ran a test case and opened the resulting file in Paraview 6.1.0. I also verified backward compatibility with Paraview 5.11.2
AI code reviews
Reviews are not triggered automatically. To request a review, comment on the PR:
@coderabbitai review— incremental review (new changes only)@coderabbitai full review— full review from scratch/review— Qodo review/improve— Qodo code suggestions@claude full review— Claude full review (also triggers on PR open/reopen/ready)claude-full-review— Claude full review via label