Skip to content

Commit 4b2f66c

Browse files
fonnesbecktwiecki
authored andcommitted
Added newline to end of edward.py
1 parent e9c1a73 commit 4b2f66c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc3/external/edward.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ def _py_log_prob_args(self, *args):
7676
# variables.
7777
z = {key: value for key, value in zip(self.zs_keys, zs_values)}
7878
lp = self.model.fastlogp(z)
79-
return lp.astype(np.float32)
79+
return lp.astype(np.float32)
80+

0 commit comments

Comments
 (0)