Skip to content

Commit d1b8626

Browse files
Mark2000Copilot
andauthored
Update src/bsk_rl/sim/dyn/relative_motion.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 70f29d2 commit d1b8626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bsk_rl/sim/dyn/relative_motion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ def conjunction_valid(self) -> bool:
8585
"""Check if conjunction has not occured."""
8686
return len(self.conjunctions) == 0
8787

88-
@default_args(conjunction_radius=10, conjunction_check_rate=None)
88+
@default_args(conjunction_radius=10)
8989
def setup_conjunctions(
9090
self,
9191
conjunction_radius: float,
92-
conjunction_check_rate: Optional[float],
92+
conjunction_check_rate: Optional[float] = None,
9393
**kwargs,
9494
) -> None:
9595
"""Set up conjunction checking between satellites.

0 commit comments

Comments
 (0)