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

Solve SIMS #38

Open
weka511 opened this issue Oct 24, 2020 · 1 comment
Open

Solve SIMS #38

weka511 opened this issue Oct 24, 2020 · 1 comment

Comments

@weka511
Copy link
Owner

weka511 commented Oct 24, 2020

No description provided.

@weka511
Copy link
Owner Author

weka511 commented Oct 26, 2020

I was able to pass the test using my code from BA5H, but there is still something about sims.py which I don't understand.
Here is the test harness from BA5H:
if name=='main':
import timeit
with open('sims.txt',"w") as f:
start_time = timeit.default_timer()
strings = create_strings(fasta=True)
d,s1,t1 = ba5h(strings[0],strings[1])
print ('Score = {0}'.format(d))
print (s1)
print (t1)
f.write(f'{d}\n')
f.write(f'{s1}\n')
f.write(f'{t1}\n')
print ('Elapsed Time = {0}'.format(timeit.default_timer() - start_time))

weka511 added a commit that referenced this issue Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant