Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent unnecessary repeated partitioning #214

Open
dafyddstephenson opened this issue Jan 4, 2025 · 1 comment
Open

Prevent unnecessary repeated partitioning #214

dafyddstephenson opened this issue Jan 4, 2025 · 1 comment
Assignees
Labels
internals non-user-facing changes jira-story Auto-create a corresponding story on JIRA

Comments

@dafyddstephenson
Copy link
Contributor

As part of #158 , several PRs have been opened to better track files handled by C-Star and prevent unnecessary repetition of potentially expensive steps:

These cover the Case.setup() and Case.build() methods, but Case.pre_run() will still start from scratch any time it is called.

After merging #209 and #210 , we should add tracking for files produced by partition and introduce a check in ROMSInputDataset.partition that skips over unnecessary regeneration of already partitioned files.

@dafyddstephenson dafyddstephenson added internals non-user-facing changes jira-story Auto-create a corresponding story on JIRA labels Jan 4, 2025
@dafyddstephenson dafyddstephenson self-assigned this Jan 4, 2025
Copy link

github-actions bot commented Jan 4, 2025

This issue has been linked to Jira story CW-596.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals non-user-facing changes jira-story Auto-create a corresponding story on JIRA
Projects
None yet
Development

No branches or pull requests

1 participant