17zuoye / pyirt

A python library of IRT algorithm
MIT License
99 stars 54 forks source link

Remove "self" positional argument from loadFromHandle function. #11

Closed bryketos closed 6 years ago

bryketos commented 6 years ago

The function loadFromHandle had a first positional argument called "self" which caused a fatal error. Fixed by removing the "self" positional argument.

bryketos commented 6 years ago

Travis build failed with same error that has an issue.

junchenfeng commented 6 years ago

Thanks. I will refactor the code and rebuild the travis hopefully before July.