Justin R. Porter

Results 34 comments of Justin R. Porter

I love this! This would also speed up our [exposons](https://doi.org/10.1021/acs.jctc.6b01181) method as well. > uncomputed values, one could think of returning `np.nans` I think this is the right way, so...

Is this also why loading any h5 file gives a warning about the "top" kwarg?

I think this is likely a duplicate of #1104.

Hi! Thanks for taking the time to make a contribution! We use enspara on F@H datasets all the time, so I'm surprised you ran in to trouble with this function....

Sorry, I'm still having some trouble figuring out your situation. Because you responded with email, your image didn't make it into your post and GH censored the F@H dataset as...

What code are you running that reaches this error? Can you post the contents of `MSM_building_05.py` as well?

Without sitting down with this code and it's inputs and debugging more carefully, I'm not sure what's going on. Needless to say, this isn't how we intended the code to...

Oh, also, if you are looking to do prior counts, check out the example [here](https://github.com/justinrporter/exposons-with-jug/blob/master/libexposon/tasks.py#L242)! It uses the built-in "partial" method to wrap `normalize` with the pertinent `prior_counts` value.

Hmm this does seem to be an issue. It looks like you're using the exact command from the tutorial, right? I wonder if we broke `identify_app()` somehow. It has always...