Commit 25bedd0f authored by peastman's avatar peastman
Browse files

Reverted to older version of yapf

parent 927686a5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -296,7 +296,9 @@ class ANIRegression(TensorGraph):
        jac=self.grad_one,
        method="BFGS",
        tol=1e-6,
        options={'disp': True})
        options={
            'disp': True
        })

    return res.x.reshape((num_atoms, 3))