Peter Sharpe

Results 9 issues of Peter Sharpe

Hey there! Had a potential feature to suggest: I find myself often wanting to quickly make a `Report` based on the contents of a project's `requirements.txt` file. Maybe we could...

When I run `animalShapes.ipynb` locally, I do not reproduce the final plot of a fish. Instead, I get this: ![image](https://user-images.githubusercontent.com/6295985/135502849-136b1c49-8889-4b76-9036-98db0526d3cf.png) Intermediate steps (before data reconstruction) seem fine: ![image](https://user-images.githubusercontent.com/6295985/135502987-2916ccd8-554b-44ae-bd7d-359941fafca8.png) Full HTML...

Hi there, When I click the "Launch in Binder..." button on the `README.md` to [go here](https://mybinder.org/v2/gh/Ranlot/single-parameter-fit/master), Binder fails to launch this notebook. This is apparently due to a dependency error....

## Overview CasADi broadcasting works across axis 1, but not across axis 0. Most other array libraries (NumPy, TensorFlow, PyTorch, etc.) have broadcasting behavior that is consistent across dimensions: either...

# Modulus Pull Request ## Description Minor fix to preemptively prevent failing installs for future CUDA versions, such as: - "12.8-rc.2" -> ValueError - "11.10" -> interpreted as 11.1 ##...

# PhysicsNeMo Pull Request Adds a new `CombinedOptimizer` utility, which is useful for the increasingly-popular "architecture-aware optimizers", such as [Muon](github.com/KellerJordan/Muon). This PR targets the v2.0 refactor branch, so this should...

# PhysicsNeMo Pull Request ## Description Addresses two bugs: - Previously, running `pytest .` from root caused an error in test collection due to path issues in `test_runner.py`. Fixed this,...

# PhysicsNeMo Pull Request ## Description ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/physicsnemo-sym/blob/main/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [...

There's a new constrained second-order optimization solver called [Uno](https://github.com/cvanaret/Uno) by @cvanaret that was recently released, and it seems like it could be quite useful for CasADi problems. It's open-source and...