You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the Python docs, think we want to use a pattern like this. Could also wrap it in a lambda or use functools.partial to bind arguments to operator.mul. Something that gives us a no option function to use with default_factory for this field
The text was updated successfully, but these errors were encountered:
Not really. I suspect we have some work to do to with the packaging scripts. We also need to move to OpenMM 8. I don't think it's too difficult, but I have very little time to work on this right now.
Recently ran into this error ( conda-forge/meld-feedstock#24 (comment) ). Appears other users have seen it as well ( #133 (comment) )
Looks like it traces back to this line
meld/meld/system/options.py
Line 26 in 32000a0
Based on the Python docs, think we want to use a pattern like this. Could also wrap it in a
lambda
or usefunctools.partial
to bind arguments tooperator.mul
. Something that gives us a no option function to use withdefault_factory
for this fieldThe text was updated successfully, but these errors were encountered: