Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 852b1e9

Browse files
committed
Added missing import
1 parent f8eee6f commit 852b1e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/optvis/test_objectives.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import tensorflow as tf
66
import numpy as np
77
from lucid.optvis import objectives, param, render, transform
8+
from lucid.optvis.objectives import wrap_objective
9+
810

911
np.random.seed(42)
1012

0 commit comments

Comments
 (0)