ValueError: For argument "ascending" expected type bool, received type str.

Issue #25 closed
Former user created an issue

I am running iPHOp on the test data set provided and keep getting this error.

Comments (4)

  1. Simon Roux repo owner

    Hi,

    That is weird, I have never seen that (yet). Could you copy the full log so I can start to trace back where the error occurs ?

  2. wxm

    It was a problem with the iphop script in the environment called databaseprep_rf.py. It had a call for ascending and was using "False" instead of False without quotation marks. I removed them and it all worked good.

  3. Simon Roux repo owner

    Interesting, these quotes don’t seem to cause an issue usually, I’ll definitely look into this. Thanks !

  4. Log in to comment