Jacob Stevens-Haas
Jacob Stevens-Haas
Ready for review @akaptano @znicolaou. # Summary of changes * Added precommit hooks and fixed issues they detected: - whitespace errors (tabs vs spaces, EOF newline) - rst errors -...
That's odd, since the relevant lines were added by Markus a long time ago (and passes on my machine). Assuming github changed double underline to bold, the `__version__` attribute is...
> I am using sphinx 5.1.1, Python 3.7, and the latest PySINDy main branch. Looks like I was missing some dependency in requirements-dev.txt so no longer getting that error. Now...
Verified passes on [RTD](https://readthedocs.org/projects/mytest-pysindy/builds/17877105/)
Yeah definitely, I can take a look today. Sorry for going incommunicado for a couple weeks - general exam is this Thursday.
Sorry it took so long - covid got me after my general. See #254
Very cool! In terms of "get their algorithm... working in pysindy", @wesg52 are you envisioning miosr as a standalone PyPI package added as a dependency of pysindy? Or incorporating it...
Along the lines of option 2, I added a miosr branch to the repo in order to check tests. It looks like it fails a few tests. First step would...
Thanks @wesg52! I'll need to read the paper & code more thoroughly in the next week to understand the details about parameters, but I'll get to this soon. I only...
:+1: Thanks Alan. A lot of the grid issues (incl the no-grid option) really boils down to keeping the data in its natural shape through to `model.fit() -> model.transform()`, which...