Skip to content

Commit

Permalink
Remove leftover icecream import
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Dec 5, 2023
1 parent 53a8630 commit 197266e
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 197266e

Please sign in to comment.