-
Notifications
You must be signed in to change notification settings - Fork 3
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
TypeError: '<' not supported between instances of 'Chromosome' and 'Chromosome' #1
Comments
Thanks for reporting this issue. Fixed! |
Another issue:
But it is ok with the test data. |
Could you provide the data (grimm and tree) you are using? Thanks |
I have sent the data file to your email. |
I've received the data. It seems to be an issue with parallelization (-p). The default is 4 processes, with which I got the same error as you posted. But If I turn off the parallelization (-p 1), your data could finish successfully. I'm gonna fix this issue, but before that, please use |
OK. Thanks. |
Using
It is seemed that
The file |
A minor issue: |
Thanks. I've noticed this during checking the parallelization. It will be fixed in the coming version. |
my command: run_pypmag.py -t sp.tre -d chroms.grimm -o test_out-p1 -p 1
I've sent the output files to your email. Sorry for the delay. Gonna look into the details soon. Could you provide the versions of concorde and python? |
python 3.6 and concorde "concorde-linux | Concorde for Red Hat Linux 8.0" in http://www.math.uwaterloo.ca/tsp/concorde/downloads/downloads.htm. |
I got an exception when there are multiple chromosomes. It seemed that
self.__chromosomes.sort()
can not be sorted whenself.__chromosomes
have more than oneChromosome
values.The text was updated successfully, but these errors were encountered: