Jags: Fixing problems found by flack8
This commit is contained in:
parent
8873fc3a20
commit
d930c8d01a
@ -27,7 +27,9 @@
|
|||||||
|
|
||||||
|
|
||||||
class Jags(AutotoolsPackage):
|
class Jags(AutotoolsPackage):
|
||||||
"""JAGS is Just Another Gibbs Sampler. It is a program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation not wholly unlike BUGS"""
|
"""JAGS is Just Another Gibbs Sampler. It is a program for analysis of
|
||||||
|
Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC)
|
||||||
|
simulation not wholly unlike BUGS"""
|
||||||
|
|
||||||
homepage = "http://mcmc-jags.sourceforge.net/"
|
homepage = "http://mcmc-jags.sourceforge.net/"
|
||||||
url = "https://downloads.sourceforge.net/project/mcmc-jags/JAGS/4.x/Source/JAGS-4.2.0.tar.gz"
|
url = "https://downloads.sourceforge.net/project/mcmc-jags/JAGS/4.x/Source/JAGS-4.2.0.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user