Skip to content

Commit

Permalink
fix: missing numpy import to abstract_leaf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 11, 2024
1 parent 8cabee2 commit c4ea3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simple_einet/layers/distributions/abstract_leaf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging
from abc import ABC, abstractmethod
from typing import List
import numpy as np

import torch
from torch import distributions as dist, nn
Expand Down

0 comments on commit c4ea3d0

Please sign in to comment.