We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When generating a json file for the model LRstar and modelR are empty lists, and x.adj field is set as NaN (when all should be float):
json
LRstar
modelR
x.adj
NaN
float
"log.sample": 0.7, "kernel": "alignment", "version": "3.5.5", "kappa": 0, "C": 0, "consistent": false, "star": 95, "has.model": false, "warning": [ ], "LRstar": [ ], "modelR": [ ], "diversity": 0, "x.obs": [ 0, 1 ], "x.adj": [ "NaN", "NaN" ], "y.red": [ 0, 0 ], "y.cov": [ 0, 0 ], "y.sd": [ 0, 0 ], "y.p25": [ 0, 0 ], "y.p50": [ 0, 0 ], "y.p75": [ 0, 0 ]
Would it be possible to fix it (just like e.g. y.cov or y.red)? thanks
y.cov
y.red
The text was updated successfully, but these errors were encountered:
Just adding an example file: HD827sonic_1_lib1_collapsed.npo.gz
Sorry, something went wrong.
No branches or pull requests
When generating a
json
file for the modelLRstar
andmodelR
are empty lists, andx.adj
field is set asNaN
(when all should befloat
):Would it be possible to fix it (just like e.g.
y.cov
ory.red
)?thanks
The text was updated successfully, but these errors were encountered: