Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example fails for me #9

Closed
davidlmobley opened this issue Nov 18, 2016 · 1 comment
Closed

Example fails for me #9

davidlmobley opened this issue Nov 18, 2016 · 1 comment

Comments

@davidlmobley
Copy link
Member

I'm attempting to run the example and I get this error:

practice_run = SimNCMC(temperature=temperature, residueList=lig_atoms)
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-68-0b85e377113d> in <module>()
----> 1 practice_run = SimNCMC(temperature=temperature, residueList=lig_atoms)

/Users/dmobley/anaconda/lib/python2.7/site-packages/blues-0.0.1-py2.7.egg/blues/ncmc.pyc in __init__(self, temperature, residueList, **kwds)
    163         niter:    int, number of iterations of NC/MD to perform in total
    164         """
--> 165         super().__init__(**kwds)
    166 #        print('testing1')
    167

TypeError: super() takes at least 1 argument (0 given)
@davidlmobley
Copy link
Member Author

Resolved by #11

nathanmlim pushed a commit that referenced this issue Jun 18, 2018
Add CONDA_BLD_FILE to meta yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant