Zhiyi Wu

Results 181 comments of Zhiyi Wu

@orbeckst Thanks. I know this might sound like a reviewer question. Why do you "Divide all the counts by the total number of lambda windows." Instead of just taking the...

Thanks. Some small questions. Did you run it on only dHdl or the relevant column on the u_nk as well? Did you run the R_c on the original dataset or...

Given that we are using pandas.DataFrame, using .loc should be able to pinpoint the exact point. So we could say that it is not enforced. For the developer, it might...

@orbeckst Absolutely, I was checking it and have changed a couple of tests but they failed so I might need to diagnose some issue.

I was trying to replace the iloc with loc and there seems to be some issue with doing this in the dev side. For the user, this is not an...

@orbeckst Sorry, I think I have misunderstood the issue. Will have another look later on.

@orbeckst I think there are NaNs in the dataset as dropna would alter the size of the dataset.

I think this is what I would like to address in https://github.com/alchemistry/alchemlyb/issues/170, I think it is probably better to get this done than wait for a new pymbar release.

@andresilvapimentel Hi, thank you for your interest in alchemlyb we have an experimental workflow that should do the calculation automatically and it is in the branch of https://github.com/xiki-tempula/alchemlyb/tree/workf With an...

> Yes. It helped. Thanks. > > I upload the xvg files with: from google.colab import files uploaded = files.upload() > > Then, I alocated uploaded as dataset: > >...