Skip to content

Commit

Permalink
Optimized particles being added to a simulation.
Browse files Browse the repository at this point in the history
If the mass is 0, you don't need to sort
  • Loading branch information
kjnapier committed Jan 27, 2025
1 parent 5a97726 commit ec1dfbd
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 3,221 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: spacerocks
on:
push:
branches: ['v3']

# jobs:
# build:
# strategy:
# matrix:
# os: ['ubuntu-latest', 'macos-latest']
# python-version: [3.10, 3.11, 3.12]
# runs-on: ${{ matrix.os }}
# steps:

# - name: Checkout
# uses: actions/checkout@v3

# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v1
# with:
# python-version: ${{ matrix.python-version }}

# - name: Get cspice
# uses: mstksg/get-package@v1
# with:
# brew: libomp llvm
# apt-get: libomp-dev
52 changes: 25 additions & 27 deletions notebooks/examples/example-001.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ec1dfbd

Please sign in to comment.