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

Add log partitioning function #32

Open
ashton314 opened this issue Jun 13, 2023 · 1 comment
Open

Add log partitioning function #32

ashton314 opened this issue Jun 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ashton314
Copy link
Member

It would be nice to have some sort of function + utilities to separate the logs into semantically meaningful chunks. Motivation: as a simulation progresses, things can get increasingly unstable. We can diff CSTGs between groups of iterations to watch the instability progress.

Consider adding a function like partition_log("label_name ← (idk if we want any parameters in this function—think about it)"), and maybe some utilities to separate, analyze, and diff the logs/CSTGs.

@ashton314 ashton314 added the enhancement New feature or request label Jun 13, 2023
@bennn
Copy link
Member

bennn commented Jun 26, 2023

@ashton314 try a quick version later this month --- for the JuliaCon talk. Partition in the main loop of shallow waters, or something similar.

Don't make a public interface for it yet. First let's see if the idea works at all. (I think it will, but hey this is research.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants