You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
VGPReys
added a commit
to VGPReys/arctic3d
that referenced
this issue
Aug 30, 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.The text was updated successfully, but these errors were encountered: