Skip to content

Commit

Permalink
Remove useless type
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalloni committed Oct 2, 2024
1 parent 00bcbb3 commit 5988a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobaya/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def logpost(self,
return self.logposterior(params_values, make_finite=make_finite,
return_derived=False, cached=cached).logpost

def get_valid_point(self, max_tries: Union[int, str], ignore_fixed_ref: bool = False,
def get_valid_point(self, max_tries: int, ignore_fixed_ref: bool = False,
logposterior_as_dict: bool = False, random_state=None,
) -> Union[Tuple[np.ndarray, LogPosterior],
Tuple[np.ndarray, dict]]:
Expand Down

0 comments on commit 5988a15

Please sign in to comment.