Skip to content

Commit

Permalink
Update rotation.py
Browse files Browse the repository at this point in the history
remove unused keyword argument type
  • Loading branch information
TobiBu authored Feb 5, 2025
1 parent 4480c14 commit 3b1bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubix/core/rotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_galaxy_rotation(config: dict):
gamma = config["galaxy"]["rotation"]["gamma"]

@jaxtyped(typechecker=typechecker)
def rotate_galaxy(rubixdata: RubixData, type: str = "face-on") -> RubixData:
def rotate_galaxy(rubixdata: RubixData) -> RubixData:
logger.info(f"Rotating galaxy with alpha={alpha}, beta={beta}, gamma={gamma}")

for particle_type in ["stars", "gas"]:
Expand Down

0 comments on commit 3b1bd9c

Please sign in to comment.