Skip to content

Commit

Permalink
somehow prior import got nuked
Browse files Browse the repository at this point in the history
  • Loading branch information
kazewong committed Dec 5, 2023
1 parent c5ebc38 commit e1de1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jimgw/prior.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import jax
import jax.numpy as jnp
from flowMC.nfmodel.base import Distribution
from jaxtyping import Array, Float, Int
from jaxtyping import Array, Float, Int, PRNGKeyArray
from typing import Callable, Union
from dataclasses import field

Expand Down

0 comments on commit e1de1a8

Please sign in to comment.