-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I start to run the example code stickydesign.easyends('DT',5,number=10),it throws below error:
TypeError Traceback (most recent call last)
in ()
----> 1 stickydesign.easyends('DT',5,number=10)/usr/local/lib/python3.5/dist-packages/stickydesign/stickydesign.py in easyends(endtype, endlength, number, interaction, fdev, maxspurious, maxendspurious, tries, oldends, adjs, energetics, alphabet, echoose, absolute, _presetavail)
461
462 if not energetics:
--> 463 efunc = EnergeticsBasic(mismatchtype='max')
464 else:
465 efunc = energeticsTypeError: init() got an unexpected keyword argument 'mismatchtype'
How to fix? Thanks!
Metadata
Metadata
Assignees
Labels
No labels