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

read_history in hypercube plotters should use iters=True #194

Open
mmckerns opened this issue Jan 21, 2023 · 1 comment
Open

read_history in hypercube plotters should use iters=True #194

mmckerns opened this issue Jan 21, 2023 · 1 comment
Labels

Comments

@mmckerns
Copy link
Member

log files from ensemble solvers use a tuple of (iter,id) instead of (iter,). Because the hypercube plotters use read_history(filename, iter=False), they ignore id, and thus can't handle ensemble solver logs correctly.

@mmckerns mmckerns added the bug label Jan 21, 2023
@mmckerns
Copy link
Member Author

use mystic.scripts._get_history to handle 2-tuple of ids appropriately?

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

No branches or pull requests

1 participant