John Dope

Results 7 comments of John Dope

And for anyone encountering this same error, here's a temporary patch: ```python from citeproc.model import FormatNumber FormatNumber._orig_process = FormatNumber._process FormatNumber._process = lambda self, value, variable: self._orig_process(str(value), variable) ```

This error was raise in my Windows Python 3.9 environment, but I can't reproduce this in another (MacOS Python 3.8)... When I am able to access the original machine, I...

And besides, can you take a look at [this](https://github.com/brechtm/citeproc-py/runs/6731747182?check_suite_focus=true)? @yarikoptic

Hi everyone, I got the same error before. But I forgot to download the `tokenizer.model` (it is a git LFS file, so lower versions of git may ignore it while...

Sorry, didn't read the "Need help" section carefully, moving this to the forum and closing the issue...

> How can we know the issue is fixed when route test is being skipped? Stupid oversight =_=. Updated the PR description, but didn't trigger the removal of the `Route...

What do you think? @stulzq