##// END OF EJS Templates
Backport PR #5576: only process cr if it's found...
Backport PR #5576: only process cr if it's found because re.sub is crazy slow. I found [a notebook](https://github.com/pysal/pPysal/blob/master/weights/two_stage.ipynb) that takes about a minute to render in master, and 2s with this PR. I think this is why nbviewer is still having issues, so I think we should merge this ASAP.
MinRK -
r16312:f944b4c9
Show More