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

Retrieving results from resclust output #327

Open
VGPReys opened this issue Aug 29, 2023 · 0 comments · May be fixed by #330
Open

Retrieving results from resclust output #327

VGPReys opened this issue Aug 29, 2023 · 0 comments · May be fixed by #330
Assignees
Labels
enhancement New feature or request

Comments

@VGPReys
Copy link
Contributor

VGPReys commented Aug 29, 2023

The parsing of the resclust output is not straightforward, here I descovered two little improvements that I put in this issue:

1) The loading of the dictionary printed in the Standard output is not possible using json.loads() as keys are integer. Modifying keys to string should solve the problem.

2) Possibility write the content of the clusters, hence enabling reading of this file instead of having to parse the StdOut.
Adding a --output option to command line argument should do the trick.

VGPReys added a commit to VGPReys/arctic3d that referenced this issue Aug 30, 2023
@VGPReys VGPReys linked a pull request Aug 30, 2023 that will close this issue
@mgiulini mgiulini linked a pull request Aug 30, 2023 that will close this issue
@rvhonorato rvhonorato added the enhancement New feature or request label Aug 31, 2023
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

Successfully merging a pull request may close this issue.

2 participants