kmedoids icon indicating copy to clipboard operation
kmedoids copied to clipboard

NameError:Xrange is no defined

Open Ani1211999 opened this issue 5 years ago • 1 comments

for t in xrange(tmax): NameError: name 'xrange' is not defined

Ani1211999 avatar Jun 27 '19 06:06 Ani1211999

You might be using Python 3.x. Whereas this was written using Python 2.x. You can change it to just "range" and retry it.

bjainvarsha avatar Jul 23 '19 17:07 bjainvarsha