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
The --perfect option give the following error for me:
Traceback (most recent call last):
File "./simulator.py", line 646, in <module>
main()
File "./simulator.py", line 638, in main
read_profile(number, model_prefix, perfect)
File "./simulator.py", line 156, in read_profile
for i in xrange(number_unaligned):
UnboundLocalError: local variable 'number_unaligned' referenced before assignment
The text was updated successfully, but these errors were encountered:
The
--perfect
option give the following error for me:The text was updated successfully, but these errors were encountered: