Jacob-Stevens-Haas / gen-experiments

Pysindy experiments. Composable and extensible
MIT License
1 stars 2 forks source link

ENH: PDE initial conditions assigned to sim_params #16

Closed yb6599 closed 7 months ago

yb6599 commented 7 months ago

This change removes initial conditons for different from pdes.py and instead are added in sim_params in config.py.

Jacob-Stevens-Haas commented 7 months ago

Yash, let's start pushing your feature branches directly to this repo, rather than your own fork.

yb6599 commented 7 months ago

Yash, let's start pushing your feature branches directly to this repo, rather than your own fork.

Does that mean I can push directly to Jacob-Stevens-Haas:main, without the need to create a pull request?

Jacob-Stevens-Haas commented 7 months ago

No, push to Jacob-Stevens-Haas:feature-branch. PR from there into main, so we get away from having to configure git remotes correctly.