bchodkowski-vir
bchodkowski-vir
What is the best way for me to fix this error: ``` AttributeError: Neither Quantity object nor its magnitude (0.0) has attribute 'value_in_unit' ``` I am running this example python...
For posterity in case anyone else ends up here: I had to downgrade: 1. `python` to 3.9 2. `openff` to 0.10 ``` conda list | egrep -i 'openff|^python\s+' openff-forcefields 2.0.0...
I also get the "Invalid database read for database data file" error from `expandaln` when called by `colabfold_search`. (I originally posted this on [Issue 64](https://github.com/soedinglab/MMseqs2/issues/64#issuecomment-1507273856) before I realized that that...