Skip to content

Commit

Permalink
fix: remove icecream import
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 11, 2024
1 parent 785669a commit 814d181
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simple_einet/layers/distributions/multivariate_normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from simple_einet.sampling_utils import SamplingContext
from simple_einet.type_checks import check_valid

from icecream import ic


class MultivariateNormal(AbstractLeaf):
"""Multivariate Gaussian layer."""
Expand Down

0 comments on commit 814d181

Please sign in to comment.