Skip to content
Snippets Groups Projects
Commit 6e514762 authored by Philipp Arras's avatar Philipp Arras
Browse files

fixup! tweak imports

parent bac34420
Branches
Tags
No related merge requests found
Pipeline #
......@@ -10,7 +10,7 @@ class Variable(Model):
super(Variable, self).__init__(position)
self._value = position
self._gradient = ift.ScalingOperator(1., position.domain)
self._gradient = ScalingOperator(1., position.domain)
def at(self, position):
return self.__class__(position)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment