Skip to content
Snippets Groups Projects
Commit c0435dc4 authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Fixed missing 'unit=unit' in super call to LogNormal

parent 727b5176
No related branches found
No related tags found
1 merge request!184Resolve "units in latex labels"
......@@ -1111,7 +1111,7 @@ class LogGaussian(LogNormal):
"""
LogNormal.__init__(self, mu=mu, sigma=sigma, name=name,
latex_label=latex_label)
latex_label=latex_label, unit=unit)
class Exponential(Prior):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment