Skip to content
Snippets Groups Projects
Commit 5e3d9254 authored by David Hendriks's avatar David Hendriks
Browse files

working on fixing tests

parent 05f8ab9f
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,13 @@
</mask>
<g mask="url(#a)">
<path fill="#555" d="M0 0h63v20H0z"/>
<path fill="#e05d44" d="M63 0h36v20H63z"/>
<path fill="#dfb317" d="M63 0h36v20H63z"/>
<path fill="url(#b)" d="M0 0h99v20H0z"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
<text x="31.5" y="14">coverage</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">15%</text>
<text x="80" y="14">15%</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">66%</text>
<text x="80" y="14">66%</text>
</g>
</svg>
......@@ -522,7 +522,7 @@ class Population(
## check the settings and set all the warnings.
if self.bse_options.get("ensemble", None):
self._ensemble_setup(self)
self._ensemble_setup()
## Call setup function for specific evolution type
# grid type
......
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