Skip to content
Snippets Groups Projects
Commit 6b6bea88 authored by Colm Talbot's avatar Colm Talbot
Browse files

Revert "add max/min to trgionometric priors"

This reverts commit f04ab987
parent 258d6e86
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -180,8 +180,6 @@ class Cosine(Prior):
def __init__(self, name=None, latex_label=None):
Prior.__init__(self, name, latex_label)
self.minimum = - np.pi / 2
self.maximum = np.pi / 2
def rescale(self, val):
"""
......@@ -205,8 +203,6 @@ class Sine(Prior):
def __init__(self, name=None, latex_label=None):
Prior.__init__(self, name, latex_label)
self.minimum = 0
self.maximum = np.pi
def rescale(self, val):
"""
......
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