Skip to content
Snippets Groups Projects
Commit 7abc43ee authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix bug introduced yesterday

The tupak.core.prior call in the core/__init__.py file was accidently
removed during testing. This puts it back in.
parent a86210ce
No related branches found
No related tags found
No related merge requests found
from __future__ import absolute_import
import tupak.core.likelihood
#import tupak.core.prior
import tupak.core.prior
import tupak.core.result
import tupak.core.sampler
import tupak.core.utils
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