DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
16 stars 11 forks source link

feat: created system-only nbody demo for issue #65 #94

Open Vigithai opened 4 months ago

Vigithai commented 4 months ago

Resolves #65

carynbear commented 4 months ago

@Vigithai

Oops I don't think you fixed the issue. What I would do:

  1. git log to find the commit with the
  2. Switch to main
  3. Pull from upstream/main
  4. Make a new branch off of main
  5. git cherry-pick f7e2e26c69022d11838f244174d225635a69b190 to apply the commit for nbody
  6. Rename nbody
  7. Push, make new pull request and close this one.