Skip to content

Add CLI#11

Merged
sgreenbury merged 45 commits intomainfrom
3-cli
Mar 9, 2026
Merged

Add CLI#11
sgreenbury merged 45 commits intomainfrom
3-cli

Conversation

@sgreenbury
Copy link
Collaborator

Closes #3.

This PR:

  • Adds CLI for generating data
  • Simulator configs for hydra
  • Base class for SpatioTemporalSimulator

Pass simulator output_names (or configured channel_names) through
the CLI visualization pipeline and use them for channel titles. Add a
preserve_aspect option to control imshow aspect ratio. Set explicit
default output_names for several simulators and adjust ShallowWater
defaults (dt_save, amp) since beyond ~0.15 there are issues with
numerical stability. Add tests for output names and visualization.
Adjust time discretization and viscosity for shorter
Add new ReactionDiffusion implementation under
autosim.experimental.simulations
Update config to reference the new path and remove the simulator
from the top-level simulations package
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@sgreenbury sgreenbury merged commit 8682472 into main Mar 9, 2026
3 checks passed
@sgreenbury sgreenbury deleted the 3-cli branch March 9, 2026 14:33
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.

Add CLI to generate datasets for a given simulator

1 participant