adding missing newline before variables declaration on data.py
This commit is contained in:
parent
78a428ab22
commit
bfbae7b982
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ from scipy import special as sp
|
|||
import cara.monte_carlo as mc
|
||||
from cara.monte_carlo.sampleable import Normal,LogNormal,LogCustomKernel,CustomKernel,Uniform
|
||||
|
||||
|
||||
sqrt2pi = np.sqrt(2.*np.pi)
|
||||
sqrt2 = np.sqrt(2.)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue