FrancoisHuet

Results 6 comments of FrancoisHuet

I've noticed a similar issue. `np.isclose` is slow, but one thing that doesn't help is that: * `TextEdges.generate` calls `TextEdges.update` n (number of textlines in the doc) times ([code](https://github.com/camelot-dev/camelot/blob/master/camelot/core.py#L132)) *...

I would defer to Vinayak for proper guidance, but if you're interested I've taken a crack at a "hybrid" parser that attempts to combine the lattice approach with a text...

Thanks Vinayak!  Certainly, I can remove the changes you think don't belong from this PR and create a separate one for the rest if needed.  I will wait for your...

Thank you for the review Vinayak, and for the good chat this morning. Based on both, I have made the following changes: a) cleaned-up the two notebooks (comparison, and algorithms...

Martin - unfortunately I'm unlikely to have the bandwidth to do this in the near future. I can try to squeeze this in if there's demand on this PR and...

Re: Do you know how other type-checkers handle this situation To silence this error with pylint, I've been using "--additional-builtins=display". I'm in the same boat as jfaldanam, and would be...