Alberto Tonda

Results 3 issues of Alberto Tonda

I have been using your template for a while on Overleaf with pdflatex, and it's great! However, I discovered a weird issue: when adding pages from another PDF document, using...

In the code, there are a few occurrences of `scipy.isnan()` and `scipy.isinf()` (for example, around line 89 of file `bases.py`). They no longer exist, but they can be easily replaced...

Original code had several occurrences of scipy.isnan() and scipy.isinf(); they no longer exist, so the instructions were replaced with the corresponding numpy functions, np.isnan() and np.isinf().