Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dalton committed Jan 18, 2024
1 parent 53340ec commit c9c59f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion careless/models/priors/wilson.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from tensorflow_probability import bijectors as tfb
import tensorflow as tf
import numpy as np
from tensorflow.python.framework.errors_impl import InvalidArgumentError


class Centric(tfd.HalfNormal, Prior):
Expand Down

0 comments on commit c9c59f0

Please sign in to comment.