Skip to content

Commit

Permalink
Fixed typo in Multiple_event_runManager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyuon committed Aug 31, 2024
1 parent de18eda commit 3ddc1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/Multiple_event_runManager.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import jax
import jax.numpy as jnp

from jimgw.single_event.runManager import MultipleEventRunManager
from jimgw.single_event.runManager import MultipleEventPERunManager

jax.config.update("jax_enable_x64", True)

run_manager = MultipleEventRunManager(
run_manager = MultipleEventPERunManager(
run_config_path="config",
)

Expand Down

0 comments on commit 3ddc1fc

Please sign in to comment.