Estefania Barreto-Ojeda

Results 21 comments of Estefania Barreto-Ojeda

Hi, thanks for your answer @KiddoZhu! > I also don't recommend mixing pip in conda, since it can sometimes break the environment. Yes, I agree mixing pip and conda may...

Hi @arunppsg, thanks for your answer. Yes, I'm interested in opening the PR to add the missing dependency. Thanks for clarifying, I'll give it a try on Linux today. As...

Sorry for the late reply, @arunppsg. **TL;DR:** The dependency `libstdcxx-ng=12.1.0` is needed to run tests in deepchem env on Ubuntu. Three unit tests fail. I tried installing from source on...

I found that the test fails when I am running the whole test suite only. First, I ran `deepchem/models/tests/test_megnet.py` only and I obtained: ``` ~/python_playground/deepchem (master*) » pytest deepchem/models/tests/test_megnet.py -vv...

Thanks for all the comments @orbeckst, I'll address them in the next push, but also I think I may need some extra time here because the docs are not building...

@orbeckst I addressed all your comments, thanks for pointing out the missing reference and the inconsistency of the dois in the bib references. I found that updating references in `package/MDAnalysis/lib/qcprot.pyx`...

> Looks awful when it breaks :-p. Agreed! > Did you successfully include bibtex citations from any other pyx files? Not really. The citations I found in other pyx files...

> Are there any intermediate files that are created? If so, do the references look correct in the intermediate files? Not that I am aware of. The error shows a...

After checking that the BibTex extension is supported for Cython files, I tried several approaches to solve the problem but I failed to find a solution. From what I can...