Skip to content

Commit

Permalink
Fix minuscule typing error
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 15, 2024
1 parent 1eac9ab commit d4576d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/algorithms/jax_rl_example_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def log(
self,
name: str,
value: Any,
module: JaxRLExample,
module: lightning.LightningModule,
trainer: lightning.Trainer | JaxTrainer,
**kwargs,
):
Expand Down

0 comments on commit d4576d6

Please sign in to comment.