Skip to content

Commit fa71926

Browse files
committed
Run black on test_ode.py.
1 parent ac7ae90 commit fa71926

File tree

2 files changed

+225
-166
lines changed

2 files changed

+225
-166
lines changed

pymc3/ode/ode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DifferentialEquation(theano.Op):
2929
3030
.. code-block:: python
3131
32-
def odefunc(y,t,p):
32+
def odefunc(y, t, p):
3333
#Logistic differential equation
3434
return p[0]*y[0]*(1-y[0])
3535

0 commit comments

Comments
 (0)