havakv / pycox

Survival analysis with PyTorch
BSD 2-Clause "Simplified" License
780 stars 180 forks source link

Addressing issue #149 -> change `is not ` to `!=` #150

Open pooya-mohammadi opened 1 year ago

pooya-mohammadi commented 1 year ago

Changing is not in line https://github.com/havakv/pycox/blob/master/pycox/preprocessing/discretization.py#L155 to != would solve the issue mentioned in issue #149