Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 23, 2021
2 parents 24458dd + b41ff55 commit 18f30ce
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 466 deletions.
8 changes: 4 additions & 4 deletions examples/symba_chambers_2013/init_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
# Define the initial orbital elements of the big and small bodies
avalb = default_rng().uniform(0.3, 2.0, Nb)
avals = default_rng().uniform(0.3, 2.0, Ns)
evalb = np.abs(default_rng().normal(loc=0.0, scale=0.13, size=Nb))
evals = np.abs(default_rng().normal(loc=0.0, scale=0.13, size=Ns))
incvalb = default_rng().normal(loc=0.0, scale=1.0, size=Nb)
incvals = default_rng().normal(loc=0.0, scale=1.0, size=Ns)
evalb = default_rng().uniform(0.0, 0.01, Nb)
evals = default_rng().uniform(0.0, 0.01, Ns)
incvalb = default_rng().uniform(0.0, 0.5, Nb)
incvals = default_rng().uniform(0.0, 0.5, Ns)
capomvalb = default_rng().uniform(0.0, 360.0, Nb)
capomvals = default_rng().uniform(0.0, 360.0, Ns)
omegavalb = default_rng().uniform(0.0, 360.0, Nb)
Expand Down
Loading

0 comments on commit 18f30ce

Please sign in to comment.