Coverage report: 71%

Files Functions Classes

coverage.py v7.6.1, created at 2025-05-06 04:57 +0000

File function statements missing excluded coverage
bilby/__init__.py (no function) 12 3 0 75%
bilby/bilby_mcmc/__init__.py (no function) 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.__init__ 24 0 0 100%
bilby/bilby_mcmc/chain.py Chain._get_zero_chain_array 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain._extend_chain_array 2 0 0 100%
bilby/bilby_mcmc/chain.py Chain.current_sample 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.current_sample 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.append 7 0 0 100%
bilby/bilby_mcmc/chain.py Chain.__getitem__ 6 0 0 100%
bilby/bilby_mcmc/chain.py Chain.__setitem__ 3 0 0 100%
bilby/bilby_mcmc/chain.py Chain.key_to_idx 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.get_1d_array 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain._random_idx 5 0 0 100%
bilby/bilby_mcmc/chain.py Chain.random_sample 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.fixed_discard 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.fixed_discard 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.minimum_index 41 0 0 100%
bilby/bilby_mcmc/chain.py Chain.minimum_index_proposal 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.minimum_index_proposal 2 2 0 0%
bilby/bilby_mcmc/chain.py Chain.minimum_index_adapt 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.minimum_index_adapt 2 2 0 0%
bilby/bilby_mcmc/chain.py Chain.tau 6 0 0 100%
bilby/bilby_mcmc/chain.py Chain.tau_nocache 4 0 0 100%
bilby/bilby_mcmc/chain.py Chain.tau_last 3 0 0 100%
bilby/bilby_mcmc/chain.py Chain._tau_for_full_chain 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain._tau_dict_for_full_chain 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain.tau_dict 1 0 0 100%
bilby/bilby_mcmc/chain.py Chain._calculate_tau_dict 17 2 0 88%
bilby/bilby_mcmc/chain.py Chain.thin 3 1 0 67%
bilby/bilby_mcmc/chain.py Chain.nsamples 6 0 0 100%
bilby/bilby_mcmc/chain.py Chain.nsamples_last 2 0 0 100%
bilby/bilby_mcmc/chain.py Chain.samples 2 0 0 100%
bilby/bilby_mcmc/chain.py Chain.plot 46 7 0 85%
bilby/bilby_mcmc/chain.py Chain._get_plot_label_by_key 7 0 0 100%
bilby/bilby_mcmc/chain.py Sample.__init__ 4 0 0 100%
bilby/bilby_mcmc/chain.py Sample.__getitem__ 1 0 0 100%
bilby/bilby_mcmc/chain.py Sample.__setitem__ 3 0 0 100%
bilby/bilby_mcmc/chain.py Sample.list 1 0 0 100%
bilby/bilby_mcmc/chain.py Sample.__repr__ 1 1 0 0%
bilby/bilby_mcmc/chain.py Sample.parameter_only_dict 1 0 0 100%
bilby/bilby_mcmc/chain.py Sample.dict 1 0 0 100%
bilby/bilby_mcmc/chain.py Sample.as_dict 4 1 0 75%
bilby/bilby_mcmc/chain.py Sample.__eq__ 1 0 0 100%
bilby/bilby_mcmc/chain.py Sample.copy 1 0 0 100%
bilby/bilby_mcmc/chain.py calculate_tau 12 4 0 67%
bilby/bilby_mcmc/chain.py (no function) 76 0 0 100%
bilby/bilby_mcmc/flows.py NVPFlow.__init__ 16 1 0 94%
bilby/bilby_mcmc/flows.py NVPFlow.__init__.create_resnet 1 0 0 100%
bilby/bilby_mcmc/flows.py BasicFlow.__init__ 3 3 0 0%
bilby/bilby_mcmc/flows.py (no function) 14 0 0 100%
bilby/bilby_mcmc/proposals.py ProposalCycle.__init__ 6 0 0 100%
bilby/bilby_mcmc/proposals.py ProposalCycle.position 1 0 0 100%
bilby/bilby_mcmc/proposals.py ProposalCycle.position 1 0 0 100%
bilby/bilby_mcmc/proposals.py ProposalCycle.get_proposal 3 0 0 100%
bilby/bilby_mcmc/proposals.py ProposalCycle.__str__ 4 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.__init__ 14 3 0 79%
bilby/bilby_mcmc/proposals.py BaseProposal.accepted 1 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.accepted 1 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.rejected 1 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.rejected 1 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.acceptance_ratio 3 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.n 1 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.__str__ 7 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.apply_boundaries 10 3 0 70%
bilby/bilby_mcmc/proposals.py BaseProposal.apply_periodic_boundary 3 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.apply_reflective_boundary 5 5 0 0%
bilby/bilby_mcmc/proposals.py BaseProposal.__call__ 6 0 0 100%
bilby/bilby_mcmc/proposals.py BaseProposal.propose 1 1 0 0%
bilby/bilby_mcmc/proposals.py BaseProposal.check_dependencies 1 1 0 0%
bilby/bilby_mcmc/proposals.py FixedGaussianProposal.__init__ 10 3 0 70%
bilby/bilby_mcmc/proposals.py FixedGaussianProposal.propose 6 0 0 100%
bilby/bilby_mcmc/proposals.py AdaptiveGaussianProposal.__init__ 15 3 0 80%
bilby/bilby_mcmc/proposals.py AdaptiveGaussianProposal.propose 12 0 0 100%
bilby/bilby_mcmc/proposals.py AdaptiveGaussianProposal.update_scale 7 0 0 100%
bilby/bilby_mcmc/proposals.py DifferentialEvolutionProposal.__init__ 2 0 0 100%
bilby/bilby_mcmc/proposals.py DifferentialEvolutionProposal.propose 11 0 0 100%
bilby/bilby_mcmc/proposals.py UniformProposal.__init__ 1 0 0 100%
bilby/bilby_mcmc/proposals.py UniformProposal.propose 8 1 0 88%
bilby/bilby_mcmc/proposals.py PriorProposal.__init__ 2 0 0 100%
bilby/bilby_mcmc/proposals.py PriorProposal.propose 8 0 0 100%
bilby/bilby_mcmc/proposals.py DensityEstimateProposal.__init__ 9 0 0 100%
bilby/bilby_mcmc/proposals.py DensityEstimateProposal._fit 1 1 0 0%
bilby/bilby_mcmc/proposals.py DensityEstimateProposal._evaluate 1 1 0 0%
bilby/bilby_mcmc/proposals.py DensityEstimateProposal._sample 1 1 0 0%
bilby/bilby_mcmc/proposals.py DensityEstimateProposal.refit 27 0 0 100%
bilby/bilby_mcmc/proposals.py DensityEstimateProposal.propose 17 2 0 88%
bilby/bilby_mcmc/proposals.py KDEProposal._fit 1 0 0 100%
bilby/bilby_mcmc/proposals.py KDEProposal._evaluate 1 0 0 100%
bilby/bilby_mcmc/proposals.py KDEProposal._sample 1 0 0 100%
bilby/bilby_mcmc/proposals.py GMMProposal._fit 4 0 0 100%
bilby/bilby_mcmc/proposals.py GMMProposal._evaluate 1 0 0 100%
bilby/bilby_mcmc/proposals.py GMMProposal._sample 1 0 0 100%
bilby/bilby_mcmc/proposals.py GMMProposal.check_dependencies 5 3 0 40%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.__init__ 4 0 0 100%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.initialise 3 0 0 100%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.setup_flow 3 1 0 67%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.setup_NVP_flow 2 0 0 100%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.setup_basic_flow 2 2 0 0%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.setup_optimizer 2 0 0 100%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.get_training_data 6 0 0 100%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal._calculate_js 12 0 0 100%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.train 25 0 0 100%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.propose 23 3 0 87%
bilby/bilby_mcmc/proposals.py NormalizingFlowProposal.check_dependencies 5 5 0 0%
bilby/bilby_mcmc/proposals.py FixedJumpProposal.__init__ 7 3 0 57%
bilby/bilby_mcmc/proposals.py FixedJumpProposal.propose 6 0 0 100%
bilby/bilby_mcmc/proposals.py FixedJumpProposal.epsilon 1 0 0 100%
bilby/bilby_mcmc/proposals.py FisherMatrixProposal.__init__ 6 0 0 100%
bilby/bilby_mcmc/proposals.py FisherMatrixProposal.propose 18 5 0 72%
bilby/bilby_mcmc/proposals.py BaseGravitationalWaveTransientProposal.__init__ 6 6 0 0%
bilby/bilby_mcmc/proposals.py BaseGravitationalWaveTransientProposal.get_cos_theta_jn 6 6 0 0%
bilby/bilby_mcmc/proposals.py BaseGravitationalWaveTransientProposal.get_phase 9 9 0 0%
bilby/bilby_mcmc/proposals.py BaseGravitationalWaveTransientProposal.get_delta_phase 4 4 0 0%
bilby/bilby_mcmc/proposals.py CorrelatedPolarisationPhaseJump.__init__ 1 1 0 0%
bilby/bilby_mcmc/proposals.py CorrelatedPolarisationPhaseJump.propose 15 15 0 0%
bilby/bilby_mcmc/proposals.py PhaseReversalProposal.__init__ 5 5 0 0%
bilby/bilby_mcmc/proposals.py PhaseReversalProposal.propose 5 5 0 0%
bilby/bilby_mcmc/proposals.py PhaseReversalProposal.epsilon 3 3 0 0%
bilby/bilby_mcmc/proposals.py PolarisationReversalProposal.__init__ 2 2 0 0%
bilby/bilby_mcmc/proposals.py PolarisationReversalProposal.propose 5 5 0 0%
bilby/bilby_mcmc/proposals.py PhasePolarisationReversalProposal.__init__ 2 2 0 0%
bilby/bilby_mcmc/proposals.py PhasePolarisationReversalProposal.propose 5 5 0 0%
bilby/bilby_mcmc/proposals.py StretchProposal.__init__ 2 0 0 100%
bilby/bilby_mcmc/proposals.py StretchProposal.propose 3 0 0 100%
bilby/bilby_mcmc/proposals.py _stretch_move 6 0 0 100%
bilby/bilby_mcmc/proposals.py EnsembleProposal.__init__ 1 0 0 100%
bilby/bilby_mcmc/proposals.py EnsembleProposal.__call__ 4 4 0 0%
bilby/bilby_mcmc/proposals.py EnsembleStretch.__init__ 2 0 0 100%
bilby/bilby_mcmc/proposals.py EnsembleStretch.propose 3 3 0 0%
bilby/bilby_mcmc/proposals.py get_default_ensemble_proposal_cycle 1 0 0 100%
bilby/bilby_mcmc/proposals.py get_proposal_cycle 51 42 0 18%
bilby/bilby_mcmc/proposals.py remove_proposals_using_string 5 0 0 100%
bilby/bilby_mcmc/proposals.py (no function) 142 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.__init__ 21 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.verify_configuration 2 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC._translate_kwargs 13 3 0 77%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.target_nsamples 1 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.run_sampler 8 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.add_data_to_result 13 1 0 92%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.setup_chain_set 3 1 0 67%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.init_ptsampler 2 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.get_setup_string 2 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.draw 26 1 0 96%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.check_point 9 1 0 89%
bilby/bilby_mcmc/sampler.py Bilby_MCMC._remove_checkpoint 2 2 0 0%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.read_current_state 16 14 0 12%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.write_current_state 14 4 0 71%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.print_long_progress 9 4 0 56%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.print_ensemble_acceptance 2 2 0 0%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.print_progress 29 5 0 83%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.print_per_proposal 3 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.print_pt_acceptance 9 9 0 0%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.print_tau_dict 2 0 0 100%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.plot_progress 6 6 0 0%
bilby/bilby_mcmc/sampler.py Bilby_MCMC.get_expected_outputs 2 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.__init__ 20 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.get_initial_betas 16 11 0 31%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.setup_sampler_dictionary 10 1 0 90%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.sampler_list 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.sampler_list 2 2 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.sampler_list_by_column 1 1 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.sampler_list_of_tempered_lists 3 3 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.tempered_sampler_list 1 1 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.zerotemp_sampler_list 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.primary_sampler 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.set_pt_inputs 8 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.set_convergence_inputs 6 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.tau 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.minimum_index 1 1 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.nsamples 8 1 0 88%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.nsamples_last 3 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.nsamples_nocache 5 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler._calculate_nsamples 7 2 0 71%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.samples 12 3 0 75%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.position 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.evaluations 1 1 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.__getitem__ 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.step_all_chains 20 13 0 35%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler._get_sample_to_swap 5 5 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.swap_tempered_chains 21 21 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.ensemble_step 19 19 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.adapt_temperatures 13 13 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.ln_z 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.ln_z_err 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.compute_evidence 9 7 0 22%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.compute_evidence_per_ensemble 13 13 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.thermodynamic_integration_evidence 19 19 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.stepping_stone_evidence 26 26 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler._calculate_stepping_stone 5 5 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler._compute_evidence_from_mean_lnlikes 4 4 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler._create_lnZ_plots 15 15 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler._create_stepping_stone_plot 15 15 0 0%
bilby/bilby_mcmc/sampler.py BilbyPTMCMCSampler.rejection_sampling_count 7 7 0 0%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.__init__ 37 6 0 84%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.set_convergence_inputs 4 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.log_likelihood 5 1 0 80%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.log_prior 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.accept_proposal 3 3 0 0%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.reject_proposal 3 3 0 0%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.step 34 4 0 88%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.nsamples 5 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.acceptance_ratio 1 0 0 100%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.samples 3 1 0 67%
bilby/bilby_mcmc/sampler.py BilbyMCMCSampler.rejection_sample_zero_temperature_samples 18 18 0 0%
bilby/bilby_mcmc/sampler.py get_initial_maximimum_posterior_sample 14 14 0 0%
bilby/bilby_mcmc/sampler.py get_initial_maximimum_posterior_sample.neg_log_post 6 6 0 0%
bilby/bilby_mcmc/sampler.py call_step 2 2 0 0%
bilby/bilby_mcmc/sampler.py (no function) 119 0 0 100%
bilby/bilby_mcmc/utils.py (no function) 7 0 0 100%
bilby/core/__init__.py (no function) 1 0 0 100%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.__init__ 15 2 0 87%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.log_likelihood 2 0 0 100%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.calculate_iFIM 6 1 0 83%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.sample_array 6 6 0 0%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.sample_dataframe 2 2 0 0%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.calculate_FIM 5 0 0 100%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.get_second_order_derivative 3 0 0 100%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.get_finite_difference_xx 7 0 0 100%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.get_finite_difference_xy 11 0 0 100%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.shift_sample_x 5 0 0 100%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.shift_sample_xy 8 0 0 100%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.get_maximum_likelihood_sample 9 9 0 0%
bilby/core/fisher.py FisherMatrixPosteriorEstimator.get_maximum_likelihood_sample.neg_log_like 2 2 0 0%
bilby/core/fisher.py (no function) 17 0 0 100%
bilby/core/grid.py grid_file_name 3 0 0 100%
bilby/core/grid.py Grid.__init__ 22 1 0 95%
bilby/core/grid.py Grid.ln_prior 1 0 0 100%
bilby/core/grid.py Grid.prior 1 1 0 0%
bilby/core/grid.py Grid.ln_likelihood 3 1 0 67%
bilby/core/grid.py Grid.ln_posterior 1 0 0 100%
bilby/core/grid.py Grid.marginalize 21 1 0 95%
bilby/core/grid.py Grid._marginalize_single 14 4 0 71%
bilby/core/grid.py Grid.ln_evidence 1 0 0 100%
bilby/core/grid.py Grid.log_evidence 1 1 0 0%
bilby/core/grid.py Grid.log_noise_evidence 1 1 0 0%
bilby/core/grid.py Grid.marginalize_ln_likelihood 1 0 0 100%
bilby/core/grid.py Grid.marginalize_ln_posterior 1 1 0 0%
bilby/core/grid.py Grid.marginalize_likelihood 2 0 0 100%
bilby/core/grid.py Grid.marginalize_posterior 2 1 0 50%
bilby/core/grid.py Grid._evaluate 3 0 0 100%
bilby/core/grid.py Grid._evaluate_recursion 7 0 0 100%
bilby/core/grid.py Grid._get_sample_points 14 1 0 93%
bilby/core/grid.py Grid._get_save_data_dictionary 9 3 0 67%
bilby/core/grid.py Grid._safe_outdir_creation 7 2 0 71%
bilby/core/grid.py Grid.save_to_file 18 3 0 83%
bilby/core/grid.py Grid.read 14 2 0 86%
bilby/core/grid.py (no function) 37 0 0 100%
bilby/core/likelihood.py Likelihood.__init__ 3 0 0 100%
bilby/core/likelihood.py Likelihood.__repr__ 1 0 0 100%
bilby/core/likelihood.py Likelihood.log_likelihood 1 0 0 100%
bilby/core/likelihood.py Likelihood.noise_log_likelihood 1 0 0 100%
bilby/core/likelihood.py Likelihood.log_likelihood_ratio 1 0 0 100%
bilby/core/likelihood.py Likelihood.meta_data 1 0 0 100%
bilby/core/likelihood.py Likelihood.meta_data 3 0 0 100%
bilby/core/likelihood.py Likelihood.marginalized_parameters 1 0 0 100%
bilby/core/likelihood.py ZeroLikelihood.__init__ 3 3 0 0%
bilby/core/likelihood.py ZeroLikelihood.log_likelihood 1 1 0 0%
bilby/core/likelihood.py ZeroLikelihood.noise_log_likelihood 1 1 0 0%
bilby/core/likelihood.py ZeroLikelihood.__getattr__ 1 1 0 0%
bilby/core/likelihood.py Analytical1DLikelihood.__init__ 7 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.__repr__ 1 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.func 1 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.model_parameters 1 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.function_keys 1 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.n 1 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.x 1 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.x 3 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.y 1 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.y 3 0 0 100%
bilby/core/likelihood.py Analytical1DLikelihood.residual 1 0 0 100%
bilby/core/likelihood.py GaussianLikelihood.__init__ 4 0 0 100%
bilby/core/likelihood.py GaussianLikelihood.log_likelihood 2 0 0 100%
bilby/core/likelihood.py GaussianLikelihood.__repr__ 1 0 0 100%
bilby/core/likelihood.py GaussianLikelihood.sigma 1 0 0 100%
bilby/core/likelihood.py GaussianLikelihood.sigma 7 0 0 100%
bilby/core/likelihood.py PoissonLikelihood.__init__ 1 0 0 100%
bilby/core/likelihood.py PoissonLikelihood.log_likelihood 8 0 0 100%
bilby/core/likelihood.py PoissonLikelihood.__repr__ 1 0 0 100%
bilby/core/likelihood.py PoissonLikelihood.y 1 0 0 100%
bilby/core/likelihood.py PoissonLikelihood.y 5 0 0 100%
bilby/core/likelihood.py ExponentialLikelihood.__init__ 1 0 0 100%
bilby/core/likelihood.py ExponentialLikelihood.log_likelihood 4 0 0 100%
bilby/core/likelihood.py ExponentialLikelihood.__repr__ 1 0 0 100%
bilby/core/likelihood.py ExponentialLikelihood.y 1 0 0 100%
bilby/core/likelihood.py ExponentialLikelihood.y 5 0 0 100%
bilby/core/likelihood.py StudentTLikelihood.__init__ 5 0 0 100%
bilby/core/likelihood.py StudentTLikelihood.log_likelihood 5 0 0 100%
bilby/core/likelihood.py StudentTLikelihood.__repr__ 2 0 0 100%
bilby/core/likelihood.py StudentTLikelihood.lam 1 0 0 100%
bilby/core/likelihood.py StudentTLikelihood.nu 1 0 0 100%
bilby/core/likelihood.py StudentTLikelihood.nu 1 0 0 100%
bilby/core/likelihood.py Multinomial.__init__ 6 6 0 0%
bilby/core/likelihood.py Multinomial.log_likelihood 3 3 0 0%
bilby/core/likelihood.py Multinomial.noise_log_likelihood 3 3 0 0%
bilby/core/likelihood.py Multinomial._multinomial_ln_pdf 2 2 0 0%
bilby/core/likelihood.py AnalyticalMultidimensionalCovariantGaussian.__init__ 6 0 0 100%
bilby/core/likelihood.py AnalyticalMultidimensionalCovariantGaussian.dim 1 0 0 100%
bilby/core/likelihood.py AnalyticalMultidimensionalCovariantGaussian.log_likelihood 2 0 0 100%
bilby/core/likelihood.py AnalyticalMultidimensionalBimodalCovariantGaussian.__init__ 8 0 0 100%
bilby/core/likelihood.py AnalyticalMultidimensionalBimodalCovariantGaussian.dim 1 0 0 100%
bilby/core/likelihood.py AnalyticalMultidimensionalBimodalCovariantGaussian.log_likelihood 2 0 0 100%
bilby/core/likelihood.py JointLikelihood.__init__ 3 0 0 100%
bilby/core/likelihood.py JointLikelihood.__sync_parameters 4 0 0 100%
bilby/core/likelihood.py JointLikelihood.likelihoods 1 0 0 100%
bilby/core/likelihood.py JointLikelihood.likelihoods 8 0 0 100%
bilby/core/likelihood.py JointLikelihood.log_likelihood 1 0 0 100%
bilby/core/likelihood.py JointLikelihood.noise_log_likelihood 1 0 0 100%
bilby/core/likelihood.py function_to_celerite_mean_model 2 0 0 100%
bilby/core/likelihood.py function_to_george_mean_model 2 2 0 0%
bilby/core/likelihood.py _function_to_gp_model 5 0 0 100%
bilby/core/likelihood.py _function_to_gp_model.MeanModel.get_value 2 0 0 100%
bilby/core/likelihood.py _function_to_gp_model.MeanModel.compute_gradient 1 1 0 0%
bilby/core/likelihood.py _GPLikelihood.__init__ 9 0 0 100%
bilby/core/likelihood.py _GPLikelihood.set_parameters 6 2 0 67%
bilby/core/likelihood.py CeleriteLikelihood.__init__ 2 0 0 100%
bilby/core/likelihood.py CeleriteLikelihood.log_likelihood 5 2 0 60%
bilby/core/likelihood.py GeorgeLikelihood.__init__ 2 0 0 100%
bilby/core/likelihood.py GeorgeLikelihood.log_likelihood 9 4 0 56%
bilby/core/likelihood.py (no function) 115 0 0 100%
bilby/core/prior/__init__.py (no function) 7 0 0 100%
bilby/core/prior/analytical.py DeltaFunction.__init__ 4 0 0 100%
bilby/core/prior/analytical.py DeltaFunction.rescale 1 0 0 100%
bilby/core/prior/analytical.py DeltaFunction.prob 2 0 0 100%
bilby/core/prior/analytical.py DeltaFunction.cdf 1 0 0 100%
bilby/core/prior/analytical.py PowerLaw.__init__ 2 0 0 100%
bilby/core/prior/analytical.py PowerLaw.rescale 3 0 0 100%
bilby/core/prior/analytical.py PowerLaw.prob 3 0 0 100%
bilby/core/prior/analytical.py PowerLaw.ln_prob 7 0 0 100%
bilby/core/prior/analytical.py PowerLaw.cdf 6 0 0 100%
bilby/core/prior/analytical.py Uniform.__init__ 1 0 0 100%
bilby/core/prior/analytical.py Uniform.rescale 1 0 0 100%
bilby/core/prior/analytical.py Uniform.prob 1 0 0 100%
bilby/core/prior/analytical.py Uniform.ln_prob 1 0 0 100%
bilby/core/prior/analytical.py Uniform.cdf 4 0 0 100%
bilby/core/prior/analytical.py LogUniform.__init__ 3 1 0 67%
bilby/core/prior/analytical.py SymmetricLogUniform.__init__ 1 1 0 0%
bilby/core/prior/analytical.py SymmetricLogUniform.rescale 9 9 0 0%
bilby/core/prior/analytical.py SymmetricLogUniform.prob 2 2 0 0%
bilby/core/prior/analytical.py SymmetricLogUniform.ln_prob 1 1 0 0%
bilby/core/prior/analytical.py SymmetricLogUniform.cdf 10 10 0 0%
bilby/core/prior/analytical.py Cosine.__init__ 1 0 0 100%
bilby/core/prior/analytical.py Cosine.rescale 2 0 0 100%
bilby/core/prior/analytical.py Cosine.prob 1 0 0 100%
bilby/core/prior/analytical.py Cosine.cdf 4 0 0 100%
bilby/core/prior/analytical.py Sine.__init__ 1 0 0 100%
bilby/core/prior/analytical.py Sine.rescale 2 0 0 100%
bilby/core/prior/analytical.py Sine.prob 1 0 0 100%
bilby/core/prior/analytical.py Sine.cdf 4 0 0 100%
bilby/core/prior/analytical.py Gaussian.__init__ 3 0 0 100%
bilby/core/prior/analytical.py Gaussian.rescale 1 0 0 100%
bilby/core/prior/analytical.py Gaussian.prob 1 0 0 100%
bilby/core/prior/analytical.py Gaussian.ln_prob 1 0 0 100%
bilby/core/prior/analytical.py Gaussian.cdf 1 0 0 100%
bilby/core/prior/analytical.py TruncatedGaussian.__init__ 3 0 0 100%
bilby/core/prior/analytical.py TruncatedGaussian.normalisation 1 0 0 100%
bilby/core/prior/analytical.py TruncatedGaussian.rescale 1 0 0 100%
bilby/core/prior/analytical.py TruncatedGaussian.prob 1 0 0 100%
bilby/core/prior/analytical.py TruncatedGaussian.cdf 5 0 0 100%
bilby/core/prior/analytical.py HalfGaussian.__init__ 1 0 0 100%
bilby/core/prior/analytical.py LogNormal.__init__ 5 0 0 100%
bilby/core/prior/analytical.py LogNormal.rescale 1 0 0 100%
bilby/core/prior/analytical.py LogNormal.prob 8 1 0 88%
bilby/core/prior/analytical.py LogNormal.ln_prob 8 1 0 88%
bilby/core/prior/analytical.py LogNormal.cdf 7 0 0 100%
bilby/core/prior/analytical.py Exponential.__init__ 2 0 0 100%
bilby/core/prior/analytical.py Exponential.rescale 1 0 0 100%
bilby/core/prior/analytical.py Exponential.prob 7 1 0 86%
bilby/core/prior/analytical.py Exponential.ln_prob 7 1 0 86%
bilby/core/prior/analytical.py Exponential.cdf 7 1 0 86%
bilby/core/prior/analytical.py StudentT.__init__ 6 0 0 100%
bilby/core/prior/analytical.py StudentT.rescale 10 0 0 100%
bilby/core/prior/analytical.py StudentT.prob 1 0 0 100%
bilby/core/prior/analytical.py StudentT.ln_prob 1 0 0 100%
bilby/core/prior/analytical.py StudentT.cdf 1 0 0 100%
bilby/core/prior/analytical.py Beta.__init__ 5 0 0 100%
bilby/core/prior/analytical.py Beta.rescale 1 0 0 100%
bilby/core/prior/analytical.py Beta.prob 1 0 0 100%
bilby/core/prior/analytical.py Beta.ln_prob 9 1 0 89%
bilby/core/prior/analytical.py Beta.cdf 10 2 0 80%
bilby/core/prior/analytical.py Logistic.__init__ 5 1 0 80%
bilby/core/prior/analytical.py Logistic.rescale 10 0 0 100%
bilby/core/prior/analytical.py Logistic.prob 1 0 0 100%
bilby/core/prior/analytical.py Logistic.ln_prob 1 0 0 100%
bilby/core/prior/analytical.py Logistic.cdf 1 0 0 100%
bilby/core/prior/analytical.py Cauchy.__init__ 5 1 0 80%
bilby/core/prior/analytical.py Cauchy.rescale 9 0 0 100%
bilby/core/prior/analytical.py Cauchy.prob 1 0 0 100%
bilby/core/prior/analytical.py Cauchy.ln_prob 1 0 0 100%
bilby/core/prior/analytical.py Cauchy.cdf 1 0 0 100%
bilby/core/prior/analytical.py Gamma.__init__ 5 1 0 80%
bilby/core/prior/analytical.py Gamma.rescale 1 0 0 100%
bilby/core/prior/analytical.py Gamma.prob 1 0 0 100%
bilby/core/prior/analytical.py Gamma.ln_prob 8 1 0 88%
bilby/core/prior/analytical.py Gamma.cdf 7 1 0 86%
bilby/core/prior/analytical.py ChiSquared.__init__ 3 1 0 67%
bilby/core/prior/analytical.py ChiSquared.nu 1 0 0 100%
bilby/core/prior/analytical.py ChiSquared.nu 1 1 0 0%
bilby/core/prior/analytical.py FermiDirac.__init__ 11 2 0 82%
bilby/core/prior/analytical.py FermiDirac.rescale 9 9 0 0%
bilby/core/prior/analytical.py FermiDirac.prob 1 1 0 0%
bilby/core/prior/analytical.py FermiDirac.ln_prob 10 10 0 0%
bilby/core/prior/analytical.py Categorical.__init__ 7 0 0 100%
bilby/core/prior/analytical.py Categorical.rescale 1 0 0 100%
bilby/core/prior/analytical.py Categorical.prob 9 0 0 100%
bilby/core/prior/analytical.py Categorical.ln_prob 9 0 0 100%
bilby/core/prior/analytical.py Triangular.__init__ 6 0 0 100%
bilby/core/prior/analytical.py Triangular.rescale 3 0 0 100%
bilby/core/prior/analytical.py Triangular.prob 3 0 0 100%
bilby/core/prior/analytical.py Triangular.cdf 1 0 0 100%
bilby/core/prior/analytical.py (no function) 123 0 0 100%
bilby/core/prior/base.py Prior.__init__ 11 1 0 91%
bilby/core/prior/base.py Prior.__call__ 1 0 0 100%
bilby/core/prior/base.py Prior.__eq__ 17 4 0 76%
bilby/core/prior/base.py Prior.sample 3 0 0 100%
bilby/core/prior/base.py Prior.rescale 1 0 0 100%
bilby/core/prior/base.py Prior.prob 1 0 0 100%
bilby/core/prior/base.py Prior.cdf 8 1 0 88%
bilby/core/prior/base.py Prior.ln_prob 2 0 0 100%
bilby/core/prior/base.py Prior.is_in_prior_range 1 0 0 100%
bilby/core/prior/base.py Prior.__repr__ 7 0 0 100%
bilby/core/prior/base.py Prior.is_fixed 1 0 0 100%
bilby/core/prior/base.py Prior.latex_label 1 0 0 100%
bilby/core/prior/base.py Prior.latex_label 3 0 0 100%
bilby/core/prior/base.py Prior.unit 1 0 0 100%
bilby/core/prior/base.py Prior.unit 1 0 0 100%
bilby/core/prior/base.py Prior.latex_label_with_unit 3 0 0 100%
bilby/core/prior/base.py Prior.minimum 1 0 0 100%
bilby/core/prior/base.py Prior.minimum 1 0 0 100%
bilby/core/prior/base.py Prior.maximum 1 0 0 100%
bilby/core/prior/base.py Prior.maximum 1 0 0 100%
bilby/core/prior/base.py Prior.width 1 0 0 100%
bilby/core/prior/base.py Prior.get_instantiation_dict 3 0 0 100%
bilby/core/prior/base.py Prior.boundary 1 0 0 100%
bilby/core/prior/base.py Prior.boundary 3 0 0 100%
bilby/core/prior/base.py Prior.__default_latex_label 4 0 0 100%
bilby/core/prior/base.py Prior.to_json 1 0 0 100%
bilby/core/prior/base.py Prior.from_json 1 1 0 0%
bilby/core/prior/base.py Prior.from_repr 1 0 0 100%
bilby/core/prior/base.py Prior._from_repr 16 3 0 81%
bilby/core/prior/base.py Prior._split_repr 24 3 0 88%
bilby/core/prior/base.py Prior._parse_argument_string 26 10 0 62%
bilby/core/prior/base.py Constraint.__init__ 2 0 0 100%
bilby/core/prior/base.py Constraint.prob 1 0 0 100%
bilby/core/prior/base.py (no function) 64 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory 20 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.__init__ 8 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.sample 3 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.rescale 2 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.prob 2 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.ln_prob 2 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.cdf 2 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.update_conditions 7 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.reference_params 1 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.condition_func 1 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.condition_func 4 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.required_variables 1 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.get_instantiation_dict 4 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.reset_to_reference_parameters 2 0 0 100%
bilby/core/prior/conditional.py conditional_prior_factory.ConditionalPrior.__repr__ 5 5 0 0%
bilby/core/prior/conditional.py DirichletElement.__init__ 7 0 0 100%
bilby/core/prior/conditional.py DirichletElement.dirichlet_condition 2 0 0 100%
bilby/core/prior/conditional.py DirichletElement.__repr__ 1 0 0 100%
bilby/core/prior/conditional.py DirichletElement.get_instantiation_dict 1 0 0 100%
bilby/core/prior/conditional.py (no function) 54 0 0 100%
bilby/core/prior/dict.py PriorDict.__init__ 15 0 0 100%
bilby/core/prior/dict.py PriorDict.evaluate_constraints 6 0 0 100%
bilby/core/prior/dict.py PriorDict.default_conversion_function 1 0 0 100%
bilby/core/prior/dict.py PriorDict.to_file 15 7 0 53%
bilby/core/prior/dict.py PriorDict._get_json_dict 6 0 0 100%
bilby/core/prior/dict.py PriorDict.to_json 5 0 0 100%
bilby/core/prior/dict.py PriorDict.from_file 12 0 0 100%
bilby/core/prior/dict.py PriorDict._get_from_json_dict 13 2 0 85%
bilby/core/prior/dict.py PriorDict.from_json 11 0 0 100%
bilby/core/prior/dict.py PriorDict.from_dictionary 58 27 0 53%
bilby/core/prior/dict.py PriorDict.convert_floats_to_delta_functions 7 0 0 100%
bilby/core/prior/dict.py PriorDict.fill_priors 11 0 0 100%
bilby/core/prior/dict.py PriorDict.sample 1 0 0 100%
bilby/core/prior/dict.py PriorDict.sample_subset_constrained_as_array 4 0 0 100%
bilby/core/prior/dict.py PriorDict.sample_subset 9 0 0 100%
bilby/core/prior/dict.py PriorDict.non_fixed_keys 5 0 0 100%
bilby/core/prior/dict.py PriorDict.fixed_keys 1 1 0 0%
bilby/core/prior/dict.py PriorDict.constraint_keys 1 0 0 100%
bilby/core/prior/dict.py PriorDict.sample_subset_constrained 18 0 0 100%
bilby/core/prior/dict.py PriorDict.normalize_constraint_factor 10 0 0 100%
bilby/core/prior/dict.py PriorDict._estimate_normalization 13 4 0 69%
bilby/core/prior/dict.py PriorDict.prob 2 0 0 100%
bilby/core/prior/dict.py PriorDict.check_prob 11 2 0 82%
bilby/core/prior/dict.py PriorDict.ln_prob 2 0 0 100%
bilby/core/prior/dict.py PriorDict.check_ln_prob 13 2 0 85%
bilby/core/prior/dict.py PriorDict.cdf 1 0 0 100%
bilby/core/prior/dict.py PriorDict.rescale 2 0 0 100%
bilby/core/prior/dict.py PriorDict.test_redundancy 1 0 0 100%
bilby/core/prior/dict.py PriorDict.test_has_redundant_keys 10 0 0 100%
bilby/core/prior/dict.py PriorDict.copy 1 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.__init__ 8 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict._resolve_conditions 11 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict._check_conditions_resolved 5 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.sample_subset 21 1 0 95%
bilby/core/prior/dict.py ConditionalPriorDict.get_required_variables 1 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.prob 4 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.ln_prob 4 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.cdf 3 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.rescale 10 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict._update_rescale_keys 3 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict._prepare_evaluation 3 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict._check_resolved 2 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.conditional_keys 1 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.unconditional_keys 1 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.sorted_keys 1 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.sorted_keys_without_fixed_parameters 1 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.__setitem__ 2 0 0 100%
bilby/core/prior/dict.py ConditionalPriorDict.__delitem__ 2 0 0 100%
bilby/core/prior/dict.py DirichletPriorDict.__init__ 6 0 0 100%
bilby/core/prior/dict.py DirichletPriorDict.copy 1 1 0 0%
bilby/core/prior/dict.py DirichletPriorDict._get_json_dict 7 0 0 100%
bilby/core/prior/dict.py DirichletPriorDict._get_from_json_dict 11 4 0 64%
bilby/core/prior/dict.py create_default_prior 9 0 0 100%
bilby/core/prior/dict.py (no function) 79 0 0 100%
bilby/core/prior/interpolated.py Interped.__init__ 13 0 0 100%
bilby/core/prior/interpolated.py Interped.__eq__ 5 1 0 80%
bilby/core/prior/interpolated.py Interped.prob 1 0 0 100%
bilby/core/prior/interpolated.py Interped.cdf 1 0 0 100%
bilby/core/prior/interpolated.py Interped.rescale 4 0 0 100%
bilby/core/prior/interpolated.py Interped.minimum 1 0 0 100%
bilby/core/prior/interpolated.py Interped.minimum 5 1 0 80%
bilby/core/prior/interpolated.py Interped.maximum 1 0 0 100%
bilby/core/prior/interpolated.py Interped.maximum 5 1 0 80%
bilby/core/prior/interpolated.py Interped.yy 1 0 0 100%
bilby/core/prior/interpolated.py Interped.yy 3 0 0 100%
bilby/core/prior/interpolated.py Interped._update_instance 3 0 0 100%
bilby/core/prior/interpolated.py Interped._initialize_attributes 9 0 0 100%
bilby/core/prior/interpolated.py FromFile.__init__ 8 8 0 0%
bilby/core/prior/interpolated.py (no function) 26 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.__init__ 25 2 0 92%
bilby/core/prior/joint.py BaseJointPriorDist.reset_sampled 2 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.filled_request 1 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.reset_request 2 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.filled_rescale 1 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.reset_rescale 2 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.get_instantiation_dict 9 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.__len__ 1 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.__repr__ 4 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist.prob 1 1 0 0%
bilby/core/prior/joint.py BaseJointPriorDist._check_samp 13 3 0 77%
bilby/core/prior/joint.py BaseJointPriorDist.ln_prob 6 0 0 100%
bilby/core/prior/joint.py BaseJointPriorDist._ln_prob 2 2 0 0%
bilby/core/prior/joint.py BaseJointPriorDist.sample 7 1 0 86%
bilby/core/prior/joint.py BaseJointPriorDist._sample 3 3 0 0%
bilby/core/prior/joint.py BaseJointPriorDist.rescale 9 2 0 78%
bilby/core/prior/joint.py BaseJointPriorDist._rescale 2 2 0 0%
bilby/core/prior/joint.py MultivariateGaussianDist.__init__ 65 6 0 91%
bilby/core/prior/joint.py MultivariateGaussianDist.add_mode 55 13 0 76%
bilby/core/prior/joint.py MultivariateGaussianDist._rescale 11 1 0 91%
bilby/core/prior/joint.py MultivariateGaussianDist._sample 27 6 0 78%
bilby/core/prior/joint.py MultivariateGaussianDist._ln_prob 6 0 0 100%
bilby/core/prior/joint.py MultivariateGaussianDist.__eq__ 26 8 0 69%
bilby/core/prior/joint.py MultivariateGaussianDist.from_repr 1 0 0 100%
bilby/core/prior/joint.py MultivariateGaussianDist._from_repr 9 1 0 89%
bilby/core/prior/joint.py MultivariateGaussianDist._split_repr 6 0 0 100%
bilby/core/prior/joint.py JointPrior.__init__ 6 2 0 67%
bilby/core/prior/joint.py JointPrior.minimum 1 0 0 100%
bilby/core/prior/joint.py JointPrior.minimum 2 0 0 100%
bilby/core/prior/joint.py JointPrior.maximum 1 0 0 100%
bilby/core/prior/joint.py JointPrior.maximum 2 0 0 100%
bilby/core/prior/joint.py JointPrior.rescale 7 0 0 100%
bilby/core/prior/joint.py JointPrior.sample 11 1 0 91%
bilby/core/prior/joint.py JointPrior.ln_prob 21 6 0 71%
bilby/core/prior/joint.py JointPrior.prob 1 0 0 100%
bilby/core/prior/joint.py MultivariateGaussian.__init__ 3 1 0 67%
bilby/core/prior/joint.py (no function) 57 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior.__init__ 8 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior.spike_location 1 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior.spike_location 5 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior.spike_height 1 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior.spike_height 3 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior.slab_fraction 1 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior._find_inverse_cdf_fraction_before_spike 1 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior.rescale 15 4 0 73%
bilby/core/prior/slabspike.py SlabSpikePrior._contracted_rescale 1 0 0 100%
bilby/core/prior/slabspike.py SlabSpikePrior.prob 10 2 0 80%
bilby/core/prior/slabspike.py SlabSpikePrior.ln_prob 10 2 0 80%
bilby/core/prior/slabspike.py SlabSpikePrior.cdf 5 0 0 100%
bilby/core/prior/slabspike.py (no function) 22 0 0 100%
bilby/core/result.py __eval_l 2 2 0 0%
bilby/core/result.py result_file_name 7 1 0 86%
bilby/core/result.py _determine_file_name 7 1 0 86%
bilby/core/result.py read_in_result 18 2 0 89%
bilby/core/result.py read_in_result_list 15 15 0 0%
bilby/core/result.py get_weights_for_reweighting 36 10 0 72%
bilby/core/result.py get_weights_for_reweighting.eval_pool 3 0 0 100%
bilby/core/result.py rejection_sample 2 0 0 100%
bilby/core/result.py reweight 34 12 0 65%
bilby/core/result.py Result.__init__ 35 1 0 97%
bilby/core/result.py Result.from_pickle 4 0 0 100%
bilby/core/result.py Result.from_hdf5 16 4 0 75%
bilby/core/result.py Result.from_json 12 4 0 67%
bilby/core/result.py Result.__str__ 5 2 0 60%
bilby/core/result.py Result.meta_data 1 0 0 100%
bilby/core/result.py Result.meta_data 4 0 0 100%
bilby/core/result.py Result.priors 3 0 0 100%
bilby/core/result.py Result.priors 13 1 0 92%
bilby/core/result.py Result.samples 3 0 0 100%
bilby/core/result.py Result.samples 1 0 0 100%
bilby/core/result.py Result.num_likelihood_evaluations 3 0 0 100%
bilby/core/result.py Result.num_likelihood_evaluations 1 0 0 100%
bilby/core/result.py Result.nested_samples 3 0 0 100%
bilby/core/result.py Result.nested_samples 1 0 0 100%
bilby/core/result.py Result.walkers 3 0 0 100%
bilby/core/result.py Result.walkers 1 0 0 100%
bilby/core/result.py Result.nburn 3 0 0 100%
bilby/core/result.py Result.nburn 1 0 0 100%
bilby/core/result.py Result.posterior 3 0 0 100%
bilby/core/result.py Result.posterior 1 0 0 100%
bilby/core/result.py Result.log_10_bayes_factor 1 1 0 0%
bilby/core/result.py Result.log_10_evidence 1 1 0 0%
bilby/core/result.py Result.log_10_evidence_err 1 1 0 0%
bilby/core/result.py Result.log_10_noise_evidence 1 1 0 0%
bilby/core/result.py Result.version 1 0 0 100%
bilby/core/result.py Result.version 3 0 0 100%
bilby/core/result.py Result._get_save_data_dictionary 9 0 0 100%
bilby/core/result.py Result.save_to_file 34 5 0 85%
bilby/core/result.py Result.save_posterior_samples 15 3 0 80%
bilby/core/result.py Result.get_latex_labels_from_parameter_keys 13 5 0 62%
bilby/core/result.py Result.covariance_matrix 2 2 0 0%
bilby/core/result.py Result.posterior_volume 3 3 0 0%
bilby/core/result.py Result.prior_volume 1 1 0 0%
bilby/core/result.py Result.occam_factor 1 1 0 0%
bilby/core/result.py Result.bayesian_model_dimensionality 1 1 0 0%
bilby/core/result.py Result.get_one_dimensional_median_and_error_bar 12 1 0 92%
bilby/core/result.py Result.plot_single_density 30 30 0 0%
bilby/core/result.py Result.plot_marginals 30 30 0 0%
bilby/core/result.py Result.plot_corner 79 8 0 90%
bilby/core/result.py Result.plot_walkers 23 3 0 87%
bilby/core/result.py Result.plot_with_data 31 0 0 100%
bilby/core/result.py Result._add_prior_fixed_values_to_posterior 8 1 0 88%
bilby/core/result.py Result.samples_to_posterior 11 3 0 73%
bilby/core/result.py Result.calculate_prior_values 6 1 0 83%
bilby/core/result.py Result.get_all_injection_credible_levels 6 0 0 100%
bilby/core/result.py Result.get_injection_credible_level 8 2 0 75%
bilby/core/result.py Result._check_attribute_match_to_other_object 15 5 0 67%
bilby/core/result.py Result.kde 4 0 0 100%
bilby/core/result.py Result.posterior_probability 4 0 0 100%
bilby/core/result.py Result._safe_outdir_creation 7 2 0 71%
bilby/core/result.py Result.get_weights_by_new_prior 13 1 0 92%
bilby/core/result.py Result.to_arviz 25 3 0 88%
bilby/core/result.py ResultList.__init__ 4 1 0 75%
bilby/core/result.py ResultList.append 5 1 0 80%
bilby/core/result.py ResultList.combine 23 6 0 74%
bilby/core/result.py ResultList._combine_nested_sampled_runs 17 1 0 94%
bilby/core/result.py ResultList._combine_mcmc_sampled_runs 12 12 0 0%
bilby/core/result.py ResultList.check_nested_samples 5 0 0 100%
bilby/core/result.py ResultList._error_or_warning_consistency 7 5 0 29%
bilby/core/result.py ResultList.check_consistent_priors 5 0 0 100%
bilby/core/result.py ResultList.check_consistent_parameters 3 0 0 100%
bilby/core/result.py ResultList.check_consistent_data 3 0 0 100%
bilby/core/result.py ResultList.check_consistent_sampler 3 0 0 100%
bilby/core/result.py plot_multiple 44 8 0 82%
bilby/core/result.py make_pp_plot 60 6 0 90%
bilby/core/result.py sanity_check_labels 4 0 0 100%
bilby/core/result.py (no function) 138 0 0 100%
bilby/core/sampler/__init__.py ImplementedSamplers.keys 7 1 0 86%
bilby/core/sampler/__init__.py ImplementedSamplers.values 1 0 0 100%
bilby/core/sampler/__init__.py ImplementedSamplers.items 1 0 0 100%
bilby/core/sampler/__init__.py ImplementedSamplers.valid_keys 2 0 0 100%
bilby/core/sampler/__init__.py ImplementedSamplers.__getitem__ 5 2 0 60%
bilby/core/sampler/__init__.py ImplementedSamplers.__contains__ 1 0 0 100%
bilby/core/sampler/__init__.py ImplementedSamplers.__new__ 3 0 0 100%
bilby/core/sampler/__init__.py get_implemented_samplers 1 1 0 0%
bilby/core/sampler/__init__.py get_sampler_class 1 0 0 100%
bilby/core/sampler/__init__.py run_sampler 67 19 0 72%
bilby/core/sampler/__init__.py _check_marginalized_parameters_not_sampled 4 0 0 100%
bilby/core/sampler/__init__.py (no function) 33 10 0 70%
bilby/core/sampler/base_sampler.py _initialize_global_variables 4 0 0 100%
bilby/core/sampler/base_sampler.py signal_wrapper 2 0 0 100%
bilby/core/sampler/base_sampler.py signal_wrapper.wrapped 14 3 0 79%
bilby/core/sampler/base_sampler.py Sampler.__init__ 33 1 0 97%
bilby/core/sampler/base_sampler.py Sampler.search_parameter_keys 1 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.fixed_parameter_keys 1 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.constraint_parameter_keys 1 1 0 0%
bilby/core/sampler/base_sampler.py Sampler.ndim 1 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.kwargs 1 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.kwargs 4 0 0 100%
bilby/core/sampler/base_sampler.py Sampler._translate_kwargs 6 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.external_sampler_name 1 0 0 100%
bilby/core/sampler/base_sampler.py Sampler._verify_external_sampler 5 2 0 60%
bilby/core/sampler/base_sampler.py Sampler._verify_kwargs_against_default_kwargs 8 0 0 100%
bilby/core/sampler/base_sampler.py Sampler._initialise_parameters 8 1 0 88%
bilby/core/sampler/base_sampler.py Sampler._log_information_about_priors_and_likelihood 7 0 0 100%
bilby/core/sampler/base_sampler.py Sampler._initialise_result 7 1 0 86%
bilby/core/sampler/base_sampler.py Sampler._verify_parameters 7 3 0 57%
bilby/core/sampler/base_sampler.py Sampler._time_likelihood 11 2 0 82%
bilby/core/sampler/base_sampler.py Sampler._verify_use_ratio 14 6 0 57%
bilby/core/sampler/base_sampler.py Sampler.prior_transform 1 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.log_prior 2 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.log_likelihood 10 4 0 60%
bilby/core/sampler/base_sampler.py Sampler.get_random_draw_from_prior 4 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.get_initial_points_from_prior 13 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.check_draw 3 0 0 100%
bilby/core/sampler/base_sampler.py Sampler._check_bad_value 7 0 0 100%
bilby/core/sampler/base_sampler.py Sampler.run_sampler 1 0 0 100%
bilby/core/sampler/base_sampler.py Sampler._run_test 1 1 0 0%
bilby/core/sampler/base_sampler.py Sampler._check_cached_result 25 10 0 60%
bilby/core/sampler/base_sampler.py Sampler._log_summary_for_sampler 10 2 0 80%
bilby/core/sampler/base_sampler.py Sampler.calc_likelihood_count 3 3 0 0%
bilby/core/sampler/base_sampler.py Sampler.npool 4 0 0 100%
bilby/core/sampler/base_sampler.py Sampler._log_interruption 3 3 0 0%
bilby/core/sampler/base_sampler.py Sampler.write_current_state_and_exit 7 7 0 0%
bilby/core/sampler/base_sampler.py Sampler._close_pool 7 0 0 100%
bilby/core/sampler/base_sampler.py Sampler._setup_pool 10 2 0 80%
bilby/core/sampler/base_sampler.py Sampler.write_current_state 1 1 0 0%
bilby/core/sampler/base_sampler.py Sampler.get_expected_outputs 3 0 0 100%
bilby/core/sampler/base_sampler.py NestedSampler.reorder_loglikelihoods 7 0 0 100%
bilby/core/sampler/base_sampler.py NestedSampler.log_likelihood 3 1 0 67%
bilby/core/sampler/base_sampler.py MCMCSampler.print_nburn_logging_info 5 5 0 0%
bilby/core/sampler/base_sampler.py MCMCSampler.calculate_autocorrelation 7 7 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin.__init__ 11 2 0 82%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin._check_and_load_sampling_time_file 4 4 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin._calculate_and_save_sampling_time 6 6 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin._clean_up_run_directory 3 3 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin.outputfiles_basename 1 1 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin.outputfiles_basename 6 1 0 83%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin.temporary_outputfiles_basename 1 1 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin.temporary_outputfiles_basename 5 5 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin.write_current_state 3 3 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin._move_temporary_directory_to_proper_path 2 2 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin._copy_temporary_directory_contents_to_proper_path 3 3 0 0%
bilby/core/sampler/base_sampler.py _TemporaryFileSamplerMixin._setup_run_directory 12 12 0 0%
bilby/core/sampler/base_sampler.py (no function) 116 0 0 100%
bilby/core/sampler/cpnest.py Cpnest._translate_kwargs 11 1 0 91%
bilby/core/sampler/cpnest.py Cpnest.run_sampler 44 44 0 0%
bilby/core/sampler/cpnest.py Cpnest.run_sampler.Model.__init__ 3 3 0 0%
bilby/core/sampler/cpnest.py Cpnest.run_sampler.Model.log_likelihood 2 2 0 0%
bilby/core/sampler/cpnest.py Cpnest.run_sampler.Model.log_prior 2 2 0 0%
bilby/core/sampler/cpnest.py Cpnest.run_sampler.Model._update_bounds 1 1 0 0%
bilby/core/sampler/cpnest.py Cpnest.run_sampler.Model.new_point 4 4 0 0%
bilby/core/sampler/cpnest.py Cpnest.write_current_state_and_exit 2 2 0 0%
bilby/core/sampler/cpnest.py Cpnest._verify_kwargs_against_default_kwargs 8 2 0 75%
bilby/core/sampler/cpnest.py Cpnest._resolve_proposal_functions 12 12 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_factory 8 8 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_factory.CPNestEnsembleProposal.__init__ 2 2 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_factory.CPNestEnsembleProposal.__call__ 1 1 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_factory.CPNestEnsembleProposal.get_sample 5 5 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_factory.CPNestEnsembleProposal._update_cpnest_sample 4 4 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_cycle_factory 6 6 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_cycle_factory.CPNestProposalCycle.__init__ 5 5 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_cycle_factory.CPNestProposalCycle.get_sample 1 1 0 0%
bilby/core/sampler/cpnest.py cpnest_proposal_cycle_factory.CPNestProposalCycle.set_ensemble 1 1 0 0%
bilby/core/sampler/cpnest.py (no function) 22 0 0 100%
bilby/core/sampler/dnest4.py _DNest4Model.__init__ 8 0 0 100%
bilby/core/sampler/dnest4.py _DNest4Model.log_likelihood 1 1 0 0%
bilby/core/sampler/dnest4.py _DNest4Model.from_prior 1 1 0 0%
bilby/core/sampler/dnest4.py _DNest4Model.perturb 7 7 0 0%
bilby/core/sampler/dnest4.py _DNest4Model.wrap 3 3 0 0%
bilby/core/sampler/dnest4.py DNest4.__init__ 28 0 0 100%
bilby/core/sampler/dnest4.py DNest4._set_backend 4 4 0 0%
bilby/core/sampler/dnest4.py DNest4._set_dnest4_kwargs 2 2 0 0%
bilby/core/sampler/dnest4.py DNest4.run_sampler 25 25 0 0%
bilby/core/sampler/dnest4.py DNest4._translate_kwargs 5 1 0 80%
bilby/core/sampler/dnest4.py DNest4._verify_kwargs_against_default_kwargs 2 0 0 100%
bilby/core/sampler/dnest4.py (no function) 25 0 0 100%
bilby/core/sampler/dynamic_dynesty.py DynamicDynesty.nlive 5 5 0 0%
bilby/core/sampler/dynamic_dynesty.py DynamicDynesty.sampler_init 2 0 0 100%
bilby/core/sampler/dynamic_dynesty.py DynamicDynesty.sampler_class 2 0 0 100%
bilby/core/sampler/dynamic_dynesty.py DynamicDynesty.finalize_sampler_kwargs 1 1 0 0%
bilby/core/sampler/dynamic_dynesty.py DynamicDynesty.read_saved_state 5 5 0 0%
bilby/core/sampler/dynamic_dynesty.py (no function) 12 0 0 100%
bilby/core/sampler/dynesty_utils.py LivePointSampler.update_user 11 0 0 100%
bilby/core/sampler/dynesty_utils.py LivePointSampler.propose_live 5 0 0 100%
bilby/core/sampler/dynesty_utils.py MultiEllipsoidLivePointSampler.update_user 2 0 0 100%
bilby/core/sampler/dynesty_utils.py MultiEllipsoidLivePointSampler.propose_live 3 3 0 0%
bilby/core/sampler/dynesty_utils.py FixedRWalk.__call__ 32 5 0 84%
bilby/core/sampler/dynesty_utils.py ACTTrackingRWalk.__init__ 3 0 0 100%
bilby/core/sampler/dynesty_utils.py ACTTrackingRWalk.__call__ 9 0 0 100%
bilby/core/sampler/dynesty_utils.py ACTTrackingRWalk.cache 4 0 0 100%
bilby/core/sampler/dynesty_utils.py ACTTrackingRWalk.build_cache 86 8 0 91%
bilby/core/sampler/dynesty_utils.py ACTTrackingRWalk._calculate_act 4 1 0 75%
bilby/core/sampler/dynesty_utils.py AcceptanceTrackingRWalk.__init__ 2 0 0 100%
bilby/core/sampler/dynesty_utils.py AcceptanceTrackingRWalk.__call__ 42 7 0 83%
bilby/core/sampler/dynesty_utils.py AcceptanceTrackingRWalk.estimate_nmcmc 12 4 0 67%
bilby/core/sampler/dynesty_utils.py _get_proposal_kwargs 27 1 0 96%
bilby/core/sampler/dynesty_utils.py propose_differetial_evolution 10 0 0 100%
bilby/core/sampler/dynesty_utils.py propose_volumetric 8 0 0 100%
bilby/core/sampler/dynesty_utils.py apply_boundaries_ 7 0 0 100%
bilby/core/sampler/dynesty_utils.py (no function) 38 0 0 100%
bilby/core/sampler/dynesty.py _set_sampling_kwargs 5 0 0 100%
bilby/core/sampler/dynesty.py _prior_transform_wrapper 2 0 0 100%
bilby/core/sampler/dynesty.py _log_likelihood_wrapper 8 2 0 75%
bilby/core/sampler/dynesty.py Dynesty._dynesty_init_kwargs 7 0 0 100%
bilby/core/sampler/dynesty.py Dynesty._dynesty_sampler_kwargs 6 0 0 100%
bilby/core/sampler/dynesty.py Dynesty.default_kwargs 4 0 0 100%
bilby/core/sampler/dynesty.py Dynesty.__init__ 22 0 0 100%
bilby/core/sampler/dynesty.py Dynesty.sampler_function_kwargs 1 0 0 100%
bilby/core/sampler/dynesty.py Dynesty.sampler_init_kwargs 1 0 0 100%
bilby/core/sampler/dynesty.py Dynesty._translate_kwargs 21 2 0 90%
bilby/core/sampler/dynesty.py Dynesty._verify_kwargs_against_default_kwargs 8 2 0 75%
bilby/core/sampler/dynesty.py Dynesty.get_expected_outputs 5 0 0 100%
bilby/core/sampler/dynesty.py Dynesty._print_func 44 13 0 70%
bilby/core/sampler/dynesty.py Dynesty._apply_dynesty_boundaries 8 0 0 100%
bilby/core/sampler/dynesty.py Dynesty.nestcheck_data 4 4 0 0%
bilby/core/sampler/dynesty.py Dynesty.nlive 1 0 0 100%
bilby/core/sampler/dynesty.py Dynesty.sampler_init 2 0 0 100%
bilby/core/sampler/dynesty.py Dynesty.sampler_class 2 0 0 100%
bilby/core/sampler/dynesty.py Dynesty._set_sampling_method 43 28 0 35%
bilby/core/sampler/dynesty.py Dynesty.run_sampler 32 4 0 88%
bilby/core/sampler/dynesty.py Dynesty._setup_pool 4 0 0 100%
bilby/core/sampler/dynesty.py Dynesty._generate_result 25 3 0 88%
bilby/core/sampler/dynesty.py Dynesty._update_sampling_time 3 0 0 100%
bilby/core/sampler/dynesty.py Dynesty._run_external_sampler_without_checkpointing 3 3 0 0%
bilby/core/sampler/dynesty.py Dynesty.finalize_sampler_kwargs 2 0 0 100%
bilby/core/sampler/dynesty.py Dynesty._run_external_sampler_with_checkpointing 24 2 0 92%
bilby/core/sampler/dynesty.py Dynesty._remove_checkpoint 2 2 0 0%
bilby/core/sampler/dynesty.py Dynesty.read_saved_state 33 33 0 0%
bilby/core/sampler/dynesty.py Dynesty.write_current_state_and_exit 3 3 0 0%
bilby/core/sampler/dynesty.py Dynesty.write_current_state 20 3 0 85%
bilby/core/sampler/dynesty.py Dynesty.dump_samples_to_dat 11 11 0 0%
bilby/core/sampler/dynesty.py Dynesty.plot_current_state 54 22 0 59%
bilby/core/sampler/dynesty.py Dynesty._run_test 21 0 0 100%
bilby/core/sampler/dynesty.py Dynesty.prior_transform 1 0 0 100%
bilby/core/sampler/dynesty.py dynesty_stats_plot 30 3 0 90%
bilby/core/sampler/dynesty.py (no function) 62 0 0 100%
bilby/core/sampler/emcee.py Emcee.__init__ 8 0 0 100%
bilby/core/sampler/emcee.py Emcee._check_version 4 1 0 75%
bilby/core/sampler/emcee.py Emcee._translate_kwargs 8 1 0 88%
bilby/core/sampler/emcee.py Emcee.sampler_function_kwargs 13 13 0 0%
bilby/core/sampler/emcee.py Emcee.sampler_init_kwargs 13 13 0 0%
bilby/core/sampler/emcee.py Emcee.nburn 5 5 0 0%
bilby/core/sampler/emcee.py Emcee.nburn 4 2 0 50%
bilby/core/sampler/emcee.py Emcee.nwalkers 1 1 0 0%
bilby/core/sampler/emcee.py Emcee.nsteps 1 1 0 0%
bilby/core/sampler/emcee.py Emcee.nsteps 1 1 0 0%
bilby/core/sampler/emcee.py Emcee.stored_chain 1 1 0 0%
bilby/core/sampler/emcee.py Emcee.stored_samples 1 1 0 0%
bilby/core/sampler/emcee.py Emcee.stored_loglike 1 1 0 0%
bilby/core/sampler/emcee.py Emcee.stored_logprior 1 1 0 0%
bilby/core/sampler/emcee.py Emcee._init_chain_file 3 3 0 0%
bilby/core/sampler/emcee.py Emcee.checkpoint_info 8 8 0 0%
bilby/core/sampler/emcee.py Emcee.sampler_chain 2 2 0 0%
bilby/core/sampler/emcee.py Emcee.write_current_state 6 6 0 0%
bilby/core/sampler/emcee.py Emcee._initialise_sampler 3 3 0 0%
bilby/core/sampler/emcee.py Emcee.sampler 12 12 0 0%
bilby/core/sampler/emcee.py Emcee.write_chains_to_file 11 11 0 0%
bilby/core/sampler/emcee.py Emcee._previous_iterations 4 4 0 0%
bilby/core/sampler/emcee.py Emcee._draw_pos0_from_prior 1 1 0 0%
bilby/core/sampler/emcee.py Emcee._pos0_shape 1 1 0 0%
bilby/core/sampler/emcee.py Emcee._set_pos0 13 13 0 0%
bilby/core/sampler/emcee.py Emcee._set_pos0_for_resume 1 1 0 0%
bilby/core/sampler/emcee.py Emcee.run_sampler 24 24 0 0%
bilby/core/sampler/emcee.py Emcee._generate_result 11 11 0 0%
bilby/core/sampler/emcee.py (no function) 58 0 0 100%
bilby/core/sampler/fake_sampler.py FakeSampler.__init__ 4 4 0 0%
bilby/core/sampler/fake_sampler.py FakeSampler._read_parameter_list_from_file 1 1 0 0%
bilby/core/sampler/fake_sampler.py FakeSampler.run_sampler 17 17 0 0%
bilby/core/sampler/fake_sampler.py (no function) 9 0 0 100%
bilby/core/sampler/kombine.py Kombine.__init__ 4 1 0 75%
bilby/core/sampler/kombine.py Kombine._check_version 1 0 0 100%
bilby/core/sampler/kombine.py Kombine.sampler_function_kwargs 4 4 0 0%
bilby/core/sampler/kombine.py Kombine.sampler_burnin_kwargs 12 12 0 0%
bilby/core/sampler/kombine.py Kombine.sampler_init_kwargs 5 5 0 0%
bilby/core/sampler/kombine.py Kombine._initialise_sampler 3 3 0 0%
bilby/core/sampler/kombine.py Kombine._set_pos0_for_resume 1 1 0 0%
bilby/core/sampler/kombine.py Kombine.sampler_chain 2 2 0 0%
bilby/core/sampler/kombine.py Kombine.check_resume 1 1 0 0%
bilby/core/sampler/kombine.py Kombine.run_sampler 30 30 0 0%
bilby/core/sampler/kombine.py Kombine._setup_pool 4 0 0 100%
bilby/core/sampler/kombine.py Kombine._close_pool 4 1 0 75%
bilby/core/sampler/kombine.py (no function) 27 0 0 100%
bilby/core/sampler/nessai.py Nessai.run_kwargs_list 8 0 0 100%
bilby/core/sampler/nessai.py Nessai.default_kwargs 11 0 0 100%
bilby/core/sampler/nessai.py Nessai.log_prior 1 1 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model 17 17 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model.Model.__init__ 3 3 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model.Model.log_likelihood 2 2 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model.Model.log_prior 2 2 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model.Model._update_bounds 1 1 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model.Model.new_point 3 3 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model.Model.new_point_log_prob 1 1 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model.Model.from_unit_hypercube 4 4 0 0%
bilby/core/sampler/nessai.py Nessai.get_nessai_model.Model.to_unit_hypercube 2 2 0 0%
bilby/core/sampler/nessai.py Nessai.split_kwargs 6 0 0 100%
bilby/core/sampler/nessai.py Nessai.get_posterior_weights 4 4 0 0%
bilby/core/sampler/nessai.py Nessai.get_nested_samples 3 3 0 0%
bilby/core/sampler/nessai.py Nessai.update_result 9 9 0 0%
bilby/core/sampler/nessai.py Nessai.run_sampler 13 13 0 0%
bilby/core/sampler/nessai.py Nessai._translate_kwargs 11 0 0 100%
bilby/core/sampler/nessai.py Nessai._verify_kwargs_against_default_kwargs 10 1 0 90%
bilby/core/sampler/nessai.py Nessai.write_current_state 1 1 0 0%
bilby/core/sampler/nessai.py Nessai.write_current_state_and_exit 5 5 0 0%
bilby/core/sampler/nessai.py Nessai.get_expected_outputs 4 0 0 100%
bilby/core/sampler/nessai.py Nessai._setup_pool 1 1 0 0%
bilby/core/sampler/nessai.py (no function) 31 0 0 100%
bilby/core/sampler/nestle.py Nestle._translate_kwargs 9 1 0 89%
bilby/core/sampler/nestle.py Nestle._verify_kwargs_against_default_kwargs 5 0 0 100%
bilby/core/sampler/nestle.py Nestle.run_sampler 17 17 0 0%
bilby/core/sampler/nestle.py Nestle._run_test 2 2 0 0%
bilby/core/sampler/nestle.py Nestle.write_current_state 1 1 0 0%
bilby/core/sampler/nestle.py (no function) 11 0 0 100%
bilby/core/sampler/polychord.py PyPolyChord.run_sampler 19 19 0 0%
bilby/core/sampler/polychord.py PyPolyChord._setup_dynamic_defaults 8 8 0 0%
bilby/core/sampler/polychord.py PyPolyChord._translate_kwargs 5 5 0 0%
bilby/core/sampler/polychord.py PyPolyChord.log_likelihood 1 1 0 0%
bilby/core/sampler/polychord.py PyPolyChord._read_sample_file 5 5 0 0%
bilby/core/sampler/polychord.py PyPolyChord.get_expected_outputs 1 1 0 0%
bilby/core/sampler/polychord.py PyPolyChord._sample_file_directory 1 1 0 0%
bilby/core/sampler/polychord.py (no function) 18 0 0 100%
bilby/core/sampler/proposal.py Sample.__init__ 3 0 0 100%
bilby/core/sampler/proposal.py Sample.__add__ 1 0 0 100%
bilby/core/sampler/proposal.py Sample.__sub__ 1 0 0 100%
bilby/core/sampler/proposal.py Sample.__mul__ 1 0 0 100%
bilby/core/sampler/proposal.py Sample.from_cpnest_live_point 4 4 0 0%
bilby/core/sampler/proposal.py Sample.from_external_type 3 1 0 67%
bilby/core/sampler/proposal.py JumpProposal.__init__ 2 0 0 100%
bilby/core/sampler/proposal.py JumpProposal.__call__ 1 0 0 100%
bilby/core/sampler/proposal.py JumpProposal._move_reflecting_keys 10 0 0 100%
bilby/core/sampler/proposal.py JumpProposal._move_periodic_keys 5 0 0 100%
bilby/core/sampler/proposal.py JumpProposal._apply_boundaries 3 0 0 100%
bilby/core/sampler/proposal.py JumpProposalCycle.__init__ 6 6 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.__call__ 3 3 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.__len__ 1 1 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.update_cycle 1 1 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.proposal_functions 1 1 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.proposal_functions 4 4 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.index 1 1 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.weights 1 1 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.weights 2 2 0 0%
bilby/core/sampler/proposal.py JumpProposalCycle.unnormalised_weights 1 1 0 0%
bilby/core/sampler/proposal.py NormJump.__init__ 2 0 0 100%
bilby/core/sampler/proposal.py NormJump.__call__ 3 0 0 100%
bilby/core/sampler/proposal.py EnsembleWalk.__init__ 4 0 0 100%
bilby/core/sampler/proposal.py EnsembleWalk.__call__ 7 0 0 100%
bilby/core/sampler/proposal.py EnsembleWalk.get_center_of_mass 1 0 0 100%
bilby/core/sampler/proposal.py EnsembleStretch.__init__ 2 0 0 100%
bilby/core/sampler/proposal.py EnsembleStretch.__call__ 6 0 0 100%
bilby/core/sampler/proposal.py DifferentialEvolution.__init__ 3 0 0 100%
bilby/core/sampler/proposal.py DifferentialEvolution.__call__ 3 0 0 100%
bilby/core/sampler/proposal.py EnsembleEigenVector.__init__ 4 0 0 100%
bilby/core/sampler/proposal.py EnsembleEigenVector.update_eigenvectors 5 0 0 100%
bilby/core/sampler/proposal.py EnsembleEigenVector._set_1_d_eigenvectors 6 0 0 100%
bilby/core/sampler/proposal.py EnsembleEigenVector._set_n_d_eigenvectors 8 0 0 100%
bilby/core/sampler/proposal.py EnsembleEigenVector.__call__ 6 0 0 100%
bilby/core/sampler/proposal.py DrawFlatPrior.__call__ 2 0 0 100%
bilby/core/sampler/proposal.py _draw_from_flat_priors 4 0 0 100%
bilby/core/sampler/proposal.py (no function) 59 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee.__init__ 42 3 0 93%
bilby/core/sampler/ptemcee.py Ptemcee.sampler_function_kwargs 2 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee.sampler_init_kwargs 1 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee._translate_kwargs 5 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee.get_pos0_from_prior 2 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee.get_pos0_from_minimize 31 2 0 94%
bilby/core/sampler/ptemcee.py Ptemcee.get_pos0_from_minimize.neg_log_like 5 2 0 60%
bilby/core/sampler/ptemcee.py Ptemcee.get_pos0_from_array 3 1 0 67%
bilby/core/sampler/ptemcee.py Ptemcee.get_pos0_from_dict 3 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee.setup_sampler 38 20 0 47%
bilby/core/sampler/ptemcee.py Ptemcee.get_zero_chain_array 1 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee.get_zero_array 1 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee.get_pos0 11 2 0 82%
bilby/core/sampler/ptemcee.py Ptemcee._close_pool 5 0 0 100%
bilby/core/sampler/ptemcee.py Ptemcee.run_sampler 49 49 0 0%
bilby/core/sampler/ptemcee.py Ptemcee.write_current_state 16 16 0 0%
bilby/core/sampler/ptemcee.py Ptemcee.get_expected_outputs 2 0 0 100%
bilby/core/sampler/ptemcee.py get_minimum_stable_itertion 11 11 0 0%
bilby/core/sampler/ptemcee.py check_iteration 55 55 0 0%
bilby/core/sampler/ptemcee.py get_max_gradient 4 4 0 0%
bilby/core/sampler/ptemcee.py get_Q_convergence 10 10 0 0%
bilby/core/sampler/ptemcee.py print_progress 23 23 0 0%
bilby/core/sampler/ptemcee.py calculate_tau_array 13 13 0 0%
bilby/core/sampler/ptemcee.py checkpoint 15 15 0 0%
bilby/core/sampler/ptemcee.py plot_walkers 24 24 0 0%
bilby/core/sampler/ptemcee.py plot_tau 10 10 0 0%
bilby/core/sampler/ptemcee.py plot_mean_log_posterior 14 14 0 0%
bilby/core/sampler/ptemcee.py compute_evidence 32 32 0 0%
bilby/core/sampler/ptemcee.py do_nothing_function 1 1 0 0%
bilby/core/sampler/ptemcee.py LikePriorEvaluator.__init__ 1 0 0 100%
bilby/core/sampler/ptemcee.py LikePriorEvaluator._setup_periodic 7 7 0 0%
bilby/core/sampler/ptemcee.py LikePriorEvaluator._wrap_periodic 4 4 0 0%
bilby/core/sampler/ptemcee.py LikePriorEvaluator.logl 10 10 0 0%
bilby/core/sampler/ptemcee.py LikePriorEvaluator.logp 4 4 0 0%
bilby/core/sampler/ptemcee.py LikePriorEvaluator.call_emcee 2 2 0 0%
bilby/core/sampler/ptemcee.py LikePriorEvaluator.__call__ 9 9 0 0%
bilby/core/sampler/ptemcee.py (no function) 54 0 0 100%
bilby/core/sampler/ptmcmc.py PTMCMCSampler.__init__ 6 1 0 83%
bilby/core/sampler/ptmcmc.py PTMCMCSampler._verify_external_sampler 5 2 0 60%
bilby/core/sampler/ptmcmc.py PTMCMCSampler._translate_kwargs 9 2 0 78%
bilby/core/sampler/ptmcmc.py PTMCMCSampler.custom_proposals 1 1 0 0%
bilby/core/sampler/ptmcmc.py PTMCMCSampler.sampler_init_kwargs 5 5 0 0%
bilby/core/sampler/ptmcmc.py PTMCMCSampler.sampler_function_kwargs 3 3 0 0%
bilby/core/sampler/ptmcmc.py PTMCMCSampler._import_external_sampler 2 2 0 0%
bilby/core/sampler/ptmcmc.py PTMCMCSampler.run_sampler 18 18 0 0%
bilby/core/sampler/ptmcmc.py PTMCMCSampler.__read_in_data 23 23 0 0%
bilby/core/sampler/ptmcmc.py PTMCMCSampler.write_current_state 1 1 0 0%
bilby/core/sampler/ptmcmc.py (no function) 25 0 0 100%
bilby/core/sampler/pymc.py Pymc.__init__ 6 0 0 100%
bilby/core/sampler/pymc.py Pymc._import_external_sampler 4 0 0 100%
bilby/core/sampler/pymc.py Pymc._import_tensor 9 9 0 0%
bilby/core/sampler/pymc.py Pymc._verify_parameters 1 0 0 100%
bilby/core/sampler/pymc.py Pymc._verify_use_ratio 1 0 0 100%
bilby/core/sampler/pymc.py Pymc.setup_prior_mapping 29 29 0 0%
bilby/core/sampler/pymc.py Pymc._deltafunction_prior 3 3 0 0%
bilby/core/sampler/pymc.py Pymc._sine_prior 8 8 0 0%
bilby/core/sampler/pymc.py Pymc._sine_prior.PymcSine.__init__ 8 8 0 0%
bilby/core/sampler/pymc.py Pymc._sine_prior.PymcSine.logp 3 3 0 0%
bilby/core/sampler/pymc.py Pymc._cosine_prior 8 8 0 0%
bilby/core/sampler/pymc.py Pymc._cosine_prior.PymcCosine.__init__ 8 8 0 0%
bilby/core/sampler/pymc.py Pymc._cosine_prior.PymcCosine.logp 3 3 0 0%
bilby/core/sampler/pymc.py Pymc._powerlaw_prior 27 27 0 0%
bilby/core/sampler/pymc.py Pymc._multivariate_normal_prior 38 38 0 0%
bilby/core/sampler/pymc.py Pymc.run_sampler 92 92 0 0%
bilby/core/sampler/pymc.py Pymc._create_args_and_nuts_kwargs 4 4 0 0%
bilby/core/sampler/pymc.py Pymc._create_nuts_kwargs 7 7 0 0%
bilby/core/sampler/pymc.py Pymc._get_nuts_args 7 7 0 0%
bilby/core/sampler/pymc.py Pymc.set_prior 40 40 0 0%
bilby/core/sampler/pymc.py Pymc.set_likelihood 65 65 0 0%
bilby/core/sampler/pymc.py Pymc.set_likelihood.LogLike.__init__ 7 7 0 0%
bilby/core/sampler/pymc.py Pymc.set_likelihood.LogLike.perform 4 4 0 0%
bilby/core/sampler/pymc.py Pymc.set_likelihood.LogLike.grad 2 2 0 0%
bilby/core/sampler/pymc.py Pymc.set_likelihood.LogLikeGrad.__init__ 7 7 0 0%
bilby/core/sampler/pymc.py Pymc.set_likelihood.LogLikeGrad.perform 4 4 0 0%
bilby/core/sampler/pymc.py Pymc.set_likelihood.LogLikeGrad.perform.lnlike 3 3 0 0%
bilby/core/sampler/pymc.py (no function) 32 0 0 100%
bilby/core/sampler/pymultinest.py Pymultinest.__init__ 2 0 0 100%
bilby/core/sampler/pymultinest.py Pymultinest._translate_kwargs 5 0 0 100%
bilby/core/sampler/pymultinest.py Pymultinest._verify_kwargs_against_default_kwargs 6 0 0 100%
bilby/core/sampler/pymultinest.py Pymultinest._dump_callback 3 3 0 0%
bilby/core/sampler/pymultinest.py Pymultinest._apply_multinest_boundaries 6 0 0 100%
bilby/core/sampler/pymultinest.py Pymultinest.run_sampler 24 24 0 0%
bilby/core/sampler/pymultinest.py Pymultinest._nested_samples 9 9 0 0%
bilby/core/sampler/pymultinest.py (no function) 22 0 0 100%
bilby/core/sampler/ultranest.py Ultranest.__init__ 4 0 0 100%
bilby/core/sampler/ultranest.py Ultranest._translate_kwargs 12 2 0 83%
bilby/core/sampler/ultranest.py Ultranest._verify_kwargs_against_default_kwargs 4 0 0 100%
bilby/core/sampler/ultranest.py Ultranest._viz_callback 5 5 0 0%
bilby/core/sampler/ultranest.py Ultranest._apply_ultranest_boundaries 7 0 0 100%
bilby/core/sampler/ultranest.py Ultranest._copy_temporary_directory_contents_to_proper_path 2 2 0 0%
bilby/core/sampler/ultranest.py Ultranest.sampler_function_kwargs 5 5 0 0%
bilby/core/sampler/ultranest.py Ultranest.sampler_init_kwargs 6 6 0 0%
bilby/core/sampler/ultranest.py Ultranest.run_sampler 26 26 0 0%
bilby/core/sampler/ultranest.py Ultranest._generate_result 18 18 0 0%
bilby/core/sampler/ultranest.py Ultranest.log_likelihood 2 0 0 100%
bilby/core/sampler/ultranest.py (no function) 26 0 0 100%
bilby/core/sampler/zeus.py Zeus.__init__ 1 0 0 100%
bilby/core/sampler/zeus.py Zeus._translate_kwargs 7 2 0 71%
bilby/core/sampler/zeus.py Zeus.sampler_function_kwargs 3 3 0 0%
bilby/core/sampler/zeus.py Zeus.sampler_init_kwargs 4 4 0 0%
bilby/core/sampler/zeus.py Zeus.write_current_state 3 3 0 0%
bilby/core/sampler/zeus.py Zeus._initialise_sampler 3 3 0 0%
bilby/core/sampler/zeus.py Zeus.write_chains_to_file 9 9 0 0%
bilby/core/sampler/zeus.py Zeus._set_pos0_for_resume 1 1 0 0%
bilby/core/sampler/zeus.py Zeus.run_sampler 16 16 0 0%
bilby/core/sampler/zeus.py Zeus._generate_result 10 10 0 0%
bilby/core/sampler/zeus.py (no function) 24 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.__init__ 7 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.__repr__ 1 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.frequency_array 6 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.frequency_array 3 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.time_array 6 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.time_array 4 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.duration 1 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.duration 3 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.sampling_frequency 1 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.sampling_frequency 3 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.start_time 1 0 0 100%
bilby/core/series.py CoupledTimeAndFrequencySeries.start_time 2 0 0 100%
bilby/core/series.py (no function) 24 0 0 100%
bilby/core/utils/__init__.py (no function) 17 0 0 100%
bilby/core/utils/calculus.py derivatives 65 65 0 0%
bilby/core/utils/calculus.py logtrapzexp 13 0 0 100%
bilby/core/utils/calculus.py BoundedRectBivariateSpline.__init__ 11 0 0 100%
bilby/core/utils/calculus.py BoundedRectBivariateSpline.__call__ 10 0 0 100%
bilby/core/utils/calculus.py round_up_to_power_of_two 1 0 0 100%
bilby/core/utils/calculus.py (no function) 11 0 0 100%
bilby/core/utils/cmd.py set_up_command_line_arguments 18 4 0 78%
bilby/core/utils/cmd.py run_commandline 13 13 0 0%
bilby/core/utils/cmd.py (no function) 7 0 0 100%
bilby/core/utils/colors.py (no function) 5 0 0 100%
bilby/core/utils/constants.py (no function) 5 0 0 100%
bilby/core/utils/conversion.py ra_dec_to_theta_phi 3 3 0 0%
bilby/core/utils/conversion.py theta_phi_to_ra_dec 3 0 0 100%
bilby/core/utils/conversion.py (no function) 3 0 0 100%
bilby/core/utils/counter.py Counter.__init__ 2 2 0 0%
bilby/core/utils/counter.py Counter.increment 2 2 0 0%
bilby/core/utils/counter.py Counter.value 1 1 0 0%
bilby/core/utils/counter.py (no function) 6 0 0 100%
bilby/core/utils/docs.py docstring 2 0 0 100%
bilby/core/utils/docs.py docstring._decorator 4 1 0 75%
bilby/core/utils/docs.py (no function) 1 0 0 100%
bilby/core/utils/entry_points.py get_entry_points 1 0 0 100%
bilby/core/utils/entry_points.py (no function) 5 1 0 80%
bilby/core/utils/introspection.py infer_parameters_from_function 5 1 0 80%
bilby/core/utils/introspection.py infer_args_from_method 1 0 0 100%
bilby/core/utils/introspection.py infer_args_from_function_except_n_args 3 0 0 100%
bilby/core/utils/introspection.py _infer_args_from_function_except_for_first_arg 1 0 0 100%
bilby/core/utils/introspection.py get_dict_with_properties 5 0 0 100%
bilby/core/utils/introspection.py get_function_path 3 0 0 100%
bilby/core/utils/introspection.py PropertyAccessor.__init__ 2 0 0 100%
bilby/core/utils/introspection.py PropertyAccessor.__get__ 1 0 0 100%
bilby/core/utils/introspection.py PropertyAccessor.__set__ 1 0 0 100%
bilby/core/utils/introspection.py (no function) 12 0 0 100%
bilby/core/utils/io.py check_directory_exists_and_if_not_mkdir 1 0 0 100%
bilby/core/utils/io.py BilbyJsonEncoder.default 38 13 0 66%
bilby/core/utils/io.py encode_astropy_cosmology 5 5 0 0%
bilby/core/utils/io.py encode_astropy_quantity 4 4 0 0%
bilby/core/utils/io.py decode_astropy_cosmology 8 8 0 0%
bilby/core/utils/io.py decode_astropy_quantity 9 9 0 0%
bilby/core/utils/io.py load_json 8 0 0 100%
bilby/core/utils/io.py decode_bilby_json 34 12 0 65%
bilby/core/utils/io.py recursively_decode_bilby_json 6 0 0 100%
bilby/core/utils/io.py decode_from_hdf5 16 2 0 88%
bilby/core/utils/io.py encode_for_hdf5 46 15 0 67%
bilby/core/utils/io.py recursively_load_dict_contents_from_group 8 0 0 100%
bilby/core/utils/io.py recursively_save_dict_contents_to_group 5 0 0 100%
bilby/core/utils/io.py safe_file_dump 6 0 0 100%
bilby/core/utils/io.py move_old_file 7 0 0 100%
bilby/core/utils/io.py safe_save_figure 8 4 0 50%
bilby/core/utils/io.py (no function) 29 0 0 100%
bilby/core/utils/log.py setup_logger 27 12 0 56%
bilby/core/utils/log.py get_version_information 2 0 0 100%
bilby/core/utils/log.py loaded_modules_dict 6 0 0 100%
bilby/core/utils/log.py env_package_list 18 9 0 50%
bilby/core/utils/log.py (no function) 10 0 0 100%
bilby/core/utils/plotting.py latex_plot_format 3 0 0 100%
bilby/core/utils/plotting.py latex_plot_format.wrapper_decorator 35 4 0 89%
bilby/core/utils/plotting.py (no function) 5 0 0 100%
bilby/core/utils/random.py __getattr__ 2 0 0 100%
bilby/core/utils/random.py seed 1 0 0 100%
bilby/core/utils/random.py generate_seeds 1 0 0 100%
bilby/core/utils/random.py (no function) 6 0 0 100%
bilby/core/utils/samples.py SamplesSummary.__init__ 3 3 0 0%
bilby/core/utils/samples.py SamplesSummary.samples 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary.samples 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary.confidence_level 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary.confidence_level 3 3 0 0%
bilby/core/utils/samples.py SamplesSummary.average 4 4 0 0%
bilby/core/utils/samples.py SamplesSummary.average 4 4 0 0%
bilby/core/utils/samples.py SamplesSummary.median 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary.mean 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary._lower_level 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary._upper_level 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary.lower_absolute_credible_interval 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary.upper_absolute_credible_interval 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary.lower_relative_credible_interval 1 1 0 0%
bilby/core/utils/samples.py SamplesSummary.upper_relative_credible_interval 1 1 0 0%
bilby/core/utils/samples.py kish_log_effective_sample_size 1 1 0 0%
bilby/core/utils/samples.py reflect 4 0 0 100%
bilby/core/utils/samples.py (no function) 34 0 0 100%
bilby/core/utils/series.py get_sampling_frequency 4 0 0 100%
bilby/core/utils/series.py get_sampling_frequency_and_duration_from_time_array 3 0 0 100%
bilby/core/utils/series.py get_sampling_frequency_and_duration_from_frequency_array 8 0 0 100%
bilby/core/utils/series.py create_time_series 3 0 0 100%
bilby/core/utils/series.py create_frequency_series 4 0 0 100%
bilby/core/utils/series.py _check_legal_sampling_frequency_and_duration 3 0 0 100%
bilby/core/utils/series.py create_white_noise 13 0 0 100%
bilby/core/utils/series.py nfft 4 0 0 100%
bilby/core/utils/series.py infft 3 0 0 100%
bilby/core/utils/series.py (no function) 13 0 0 100%
bilby/gw/__init__.py (no function) 4 0 0 100%
bilby/gw/conversion.py redshift_to_luminosity_distance 2 0 0 100%
bilby/gw/conversion.py redshift_to_comoving_distance 2 0 0 100%
bilby/gw/conversion.py luminosity_distance_to_redshift 5 0 0 100%
bilby/gw/conversion.py comoving_distance_to_redshift 5 1 0 80%
bilby/gw/conversion.py comoving_distance_to_luminosity_distance 3 0 0 100%
bilby/gw/conversion.py luminosity_distance_to_comoving_distance 3 0 0 100%
bilby/gw/conversion.py bilby_to_lalsimulation_spins 16 1 0 94%
bilby/gw/conversion.py transform_precessing_spins 1 1 0 0%
bilby/gw/conversion.py convert_to_lal_binary_black_hole_parameters 41 5 0 88%
bilby/gw/conversion.py convert_to_lal_binary_neutron_star_parameters 172 154 0 10%
bilby/gw/conversion.py log_pressure_reparameterization_conversion 4 4 0 0%
bilby/gw/conversion.py spectral_pca_to_spectral 6 0 0 100%
bilby/gw/conversion.py spectral_params_to_lambda_1_lambda_2 12 3 0 75%
bilby/gw/conversion.py polytrope_or_causal_params_to_lambda_1_lambda_2 14 1 0 93%
bilby/gw/conversion.py neutron_star_family_physical_check 13 0 0 100%
bilby/gw/conversion.py lambda_from_mass_and_family 6 0 0 100%
bilby/gw/conversion.py eos_family_physical_check 20 20 0 0%
bilby/gw/conversion.py total_mass_and_mass_ratio_to_component_masses 3 0 0 100%
bilby/gw/conversion.py chirp_mass_and_mass_ratio_to_component_masses 3 0 0 100%
bilby/gw/conversion.py symmetric_mass_ratio_to_mass_ratio 2 0 0 100%
bilby/gw/conversion.py chirp_mass_and_total_mass_to_symmetric_mass_ratio 1 0 0 100%
bilby/gw/conversion.py chirp_mass_and_primary_mass_to_mass_ratio 5 0 0 100%
bilby/gw/conversion.py chirp_mass_and_mass_ratio_to_total_mass 2 0 0 100%
bilby/gw/conversion.py component_masses_to_chirp_mass 1 0 0 100%
bilby/gw/conversion.py component_masses_to_total_mass 1 0 0 100%
bilby/gw/conversion.py component_masses_to_symmetric_mass_ratio 1 0 0 100%
bilby/gw/conversion.py component_masses_to_mass_ratio 1 0 0 100%
bilby/gw/conversion.py mass_1_and_chirp_mass_to_mass_ratio 3 0 0 100%
bilby/gw/conversion.py mass_2_and_chirp_mass_to_mass_ratio 1 0 0 100%
bilby/gw/conversion.py lambda_1_lambda_2_to_lambda_tilde 5 0 0 100%
bilby/gw/conversion.py lambda_1_lambda_2_to_delta_lambda_tilde 5 0 0 100%
bilby/gw/conversion.py lambda_tilde_delta_lambda_tilde_to_lambda_1_lambda_2 8 0 0 100%
bilby/gw/conversion.py lambda_tilde_to_lambda_1_lambda_2 5 0 0 100%
bilby/gw/conversion.py lambda_1_lambda_2_to_lambda_symmetric 2 2 0 0%
bilby/gw/conversion.py lambda_1_lambda_2_to_lambda_antisymmetric 2 2 0 0%
bilby/gw/conversion.py lambda_symmetric_lambda_antisymmetric_to_lambda_1 2 2 0 0%
bilby/gw/conversion.py lambda_symmetric_lambda_antisymmetric_to_lambda_2 2 2 0 0%
bilby/gw/conversion.py lambda_symmetric_lambda_antisymmetric_to_lambda_1_lambda_2 3 3 0 0%
bilby/gw/conversion.py binary_love_fit_lambda_symmetric_mass_ratio_to_lambda_antisymmetric 24 24 0 0%
bilby/gw/conversion.py binary_love_lambda_symmetric_to_lambda_1_lambda_2_manual_marginalisation 28 28 0 0%
bilby/gw/conversion.py binary_love_lambda_symmetric_to_lambda_1_lambda_2_automatic_marginalisation 4 4 0 0%
bilby/gw/conversion.py _generate_all_cbc_parameters 38 4 0 89%
bilby/gw/conversion.py generate_all_bbh_parameters 3 0 0 100%
bilby/gw/conversion.py generate_all_bns_parameters 7 2 0 71%
bilby/gw/conversion.py generate_specific_parameters 7 7 0 0%
bilby/gw/conversion.py fill_from_fixed_priors 6 0 0 100%
bilby/gw/conversion.py generate_component_masses 61 4 0 93%
bilby/gw/conversion.py generate_component_masses.check_and_return_quietly 3 1 0 67%
bilby/gw/conversion.py generate_mass_parameters 20 0 0 100%
bilby/gw/conversion.py generate_spin_parameters 12 2 0 83%
bilby/gw/conversion.py generate_component_spins 15 6 0 60%
bilby/gw/conversion.py generate_tidal_parameters 4 0 0 100%
bilby/gw/conversion.py generate_source_frame_parameters 7 0 0 100%
bilby/gw/conversion.py compute_snrs 32 7 0 78%
bilby/gw/conversion.py _compute_snrs 10 0 0 100%
bilby/gw/conversion.py compute_per_detector_log_likelihoods 44 13 0 70%
bilby/gw/conversion.py _compute_per_detector_log_likelihoods 7 0 0 100%
bilby/gw/conversion.py generate_posterior_samples_from_marginalized_likelihood 62 24 0 61%
bilby/gw/conversion.py generate_sky_frame_parameters 16 4 0 75%
bilby/gw/conversion.py fill_sample 10 0 0 100%
bilby/gw/conversion.py identity_map_conversion 1 0 0 100%
bilby/gw/conversion.py identity_map_generation 14 3 0 79%
bilby/gw/conversion.py (no function) 80 0 0 100%
bilby/gw/cosmology.py _set_default_cosmology 4 0 0 100%
bilby/gw/cosmology.py get_cosmology 7 0 0 100%
bilby/gw/cosmology.py set_cosmology 18 0 0 100%
bilby/gw/cosmology.py z_at_value 2 0 0 100%
bilby/gw/cosmology.py (no function) 6 0 0 100%
bilby/gw/detector/__init__.py get_safe_signal_duration 4 4 0 0%
bilby/gw/detector/__init__.py inject_signal_into_gwpy_timeseries 38 38 0 0%
bilby/gw/detector/__init__.py get_interferometer_with_fake_noise_and_injection 15 15 0 0%
bilby/gw/detector/__init__.py load_data_from_cache_file 28 28 0 0%
bilby/gw/detector/__init__.py load_data_by_channel_name 8 8 0 0%
bilby/gw/detector/__init__.py (no function) 11 0 0 100%
bilby/gw/detector/calibration.py read_calibration_file 18 5 0 72%
bilby/gw/detector/calibration.py write_calibration_file 10 0 0 100%
bilby/gw/detector/calibration.py Recalibrate.__init__ 2 0 0 100%
bilby/gw/detector/calibration.py Recalibrate.__repr__ 1 0 0 100%
bilby/gw/detector/calibration.py Recalibrate.get_calibration_factor 1 0 0 100%
bilby/gw/detector/calibration.py Recalibrate.set_calibration_parameters 1 0 0 100%
bilby/gw/detector/calibration.py Recalibrate.__eq__ 1 0 0 100%
bilby/gw/detector/calibration.py CubicSpline.__init__ 7 0 0 100%
bilby/gw/detector/calibration.py CubicSpline.delta_log_spline_points 3 0 0 100%
bilby/gw/detector/calibration.py CubicSpline.nodes_to_spline_coefficients 3 0 0 100%
bilby/gw/detector/calibration.py CubicSpline._setup_spline_coefficients 17 0 0 100%
bilby/gw/detector/calibration.py CubicSpline.log_spline_points 1 0 0 100%
bilby/gw/detector/calibration.py CubicSpline.__repr__ 1 0 0 100%
bilby/gw/detector/calibration.py CubicSpline._evaluate_spline 4 0 0 100%
bilby/gw/detector/calibration.py CubicSpline.get_calibration_factor 11 0 0 100%
bilby/gw/detector/calibration.py Precomputed.__init__ 5 0 0 100%
bilby/gw/detector/calibration.py Precomputed.get_calibration_factor 6 2 0 67%
bilby/gw/detector/calibration.py Precomputed.constant_uncertainty_spline 4 0 0 100%
bilby/gw/detector/calibration.py Precomputed.from_envelope_file 4 4 0 0%
bilby/gw/detector/calibration.py Precomputed.from_calibration_file 2 2 0 0%
bilby/gw/detector/calibration.py build_calibration_lookup 25 2 0 92%
bilby/gw/detector/calibration.py _generate_calibration_draws 10 0 0 100%
bilby/gw/detector/calibration.py curves_from_spline_and_prior 5 0 0 100%
bilby/gw/detector/calibration.py (no function) 43 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.__init__ 16 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.__eq__ 4 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.__repr__ 1 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.latitude 1 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.latitude 4 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.latitude_radians 1 1 0 0%
bilby/gw/detector/geometry.py InterferometerGeometry.longitude 1 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.longitude 4 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.longitude_radians 1 1 0 0%
bilby/gw/detector/geometry.py InterferometerGeometry.elevation 1 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.elevation 2 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.xarm_azimuth 1 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.xarm_azimuth 2 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.yarm_azimuth 1 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.yarm_azimuth 2 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.xarm_tilt 1 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.xarm_tilt 2 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.yarm_tilt 1 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.yarm_tilt 2 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.vertex 4 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.x 5 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.y 5 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.detector_tensor 6 0 0 100%
bilby/gw/detector/geometry.py InterferometerGeometry.unit_vector_along_arm 5 0 0 100%
bilby/gw/detector/geometry.py (no function) 48 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.__init__ 6 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.__eq__ 3 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.__repr__ 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.set_strain_data_from_gwpy_timeseries 1 1 0 0%
bilby/gw/detector/interferometer.py Interferometer.set_strain_data_from_frequency_domain_strain 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.set_strain_data_from_power_spectral_density 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.set_strain_data_from_frame_file 1 1 0 0%
bilby/gw/detector/interferometer.py Interferometer.set_strain_data_from_channel_name 1 1 0 0%
bilby/gw/detector/interferometer.py Interferometer.set_strain_data_from_csv 1 1 0 0%
bilby/gw/detector/interferometer.py Interferometer.set_strain_data_from_zero_noise 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.antenna_response 6 3 0 50%
bilby/gw/detector/interferometer.py Interferometer.get_detector_response 15 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.check_signal_duration 16 7 0 56%
bilby/gw/detector/interferometer.py Interferometer.inject_signal 8 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.inject_signal_from_waveform_generator 3 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.inject_signal_from_waveform_polarizations 12 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.amplitude_spectral_density_array 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.power_spectral_density_array 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.unit_vector_along_arm 2 2 0 0%
bilby/gw/detector/interferometer.py Interferometer.time_delay_from_geocenter 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.vertex_position_geocentric 1 1 0 0%
bilby/gw/detector/interferometer.py Interferometer.optimal_snr_squared 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.inner_product 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.template_template_inner_product 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.matched_filter_snr 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.whiten_frequency_series 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.get_whitened_time_series_from_whitened_frequency_series 3 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.whitened_frequency_domain_strain 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.whitened_time_domain_strain 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.save_data 7 7 0 0%
bilby/gw/detector/interferometer.py Interferometer.plot_data 20 4 0 80%
bilby/gw/detector/interferometer.py Interferometer.plot_time_domain_data 32 32 0 0%
bilby/gw/detector/interferometer.py Interferometer._filename_from_outdir_label_extension 1 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.to_pickle 3 0 0 100%
bilby/gw/detector/interferometer.py Interferometer.from_pickle 6 0 0 100%
bilby/gw/detector/interferometer.py (no function) 80 0 0 100%
bilby/gw/detector/networks.py InterferometerList.__init__ 10 0 0 100%
bilby/gw/detector/networks.py InterferometerList._check_interferometers 11 0 0 100%
bilby/gw/detector/networks.py InterferometerList.set_strain_data_from_power_spectral_densities 2 0 0 100%
bilby/gw/detector/networks.py InterferometerList.set_strain_data_from_zero_noise 2 0 0 100%
bilby/gw/detector/networks.py InterferometerList.inject_signal 8 0 0 100%
bilby/gw/detector/networks.py InterferometerList.save_data 2 0 0 100%
bilby/gw/detector/networks.py InterferometerList.plot_data 4 1 0 75%
bilby/gw/detector/networks.py InterferometerList.number_of_interferometers 1 0 0 100%
bilby/gw/detector/networks.py InterferometerList.duration 1 0 0 100%
bilby/gw/detector/networks.py InterferometerList.start_time 1 0 0 100%
bilby/gw/detector/networks.py InterferometerList.sampling_frequency 1 0 0 100%
bilby/gw/detector/networks.py InterferometerList.frequency_array 1 0 0 100%
bilby/gw/detector/networks.py InterferometerList.append 4 0 0 100%
bilby/gw/detector/networks.py InterferometerList.extend 2 0 0 100%
bilby/gw/detector/networks.py InterferometerList.insert 2 0 0 100%
bilby/gw/detector/networks.py InterferometerList.meta_data 1 0 0 100%
bilby/gw/detector/networks.py InterferometerList._filename_from_outdir_label_extension 1 0 0 100%
bilby/gw/detector/networks.py InterferometerList.to_pickle 4 0 0 100%
bilby/gw/detector/networks.py InterferometerList.from_pickle 6 0 0 100%
bilby/gw/detector/networks.py TriangularInterferometer.__init__ 14 0 0 100%
bilby/gw/detector/networks.py get_empty_interferometer 5 2 0 60%
bilby/gw/detector/networks.py load_interferometer 21 3 0 86%
bilby/gw/detector/networks.py (no function) 43 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.__init__ 8 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity._update_cache 4 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.__eq__ 3 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.__repr__ 3 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.from_amplitude_spectral_density_file 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.from_power_spectral_density_file 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.from_frame_file 4 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.from_channel_name 4 4 0 0%
bilby/gw/detector/psd.py PowerSpectralDensity.from_amplitude_spectral_density_array 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.from_power_spectral_density_array 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.from_aligo 2 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.psd_array 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.psd_array 4 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.asd_array 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.asd_array 4 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.__check_frequency_array_matches_density_array 2 1 0 50%
bilby/gw/detector/psd.py PowerSpectralDensity.__interpolate_power_spectral_density 2 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.get_power_spectral_density_array 3 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.get_amplitude_spectral_density_array 3 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.power_spectral_density_interpolated 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.asd_file 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.asd_file 5 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.__check_file_was_asd_file 5 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.psd_file 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.psd_file 5 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.__check_file_was_psd_file 5 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.__validate_file_name 11 1 0 91%
bilby/gw/detector/psd.py PowerSpectralDensity.__import_amplitude_spectral_density 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.__import_power_spectral_density 1 0 0 100%
bilby/gw/detector/psd.py PowerSpectralDensity.get_noise_realisation 6 0 0 100%
bilby/gw/detector/psd.py (no function) 54 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.__init__ 11 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.__eq__ 3 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.time_within_data 7 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.minimum_frequency 1 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.minimum_frequency 2 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.maximum_frequency 4 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.maximum_frequency 2 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.notch_list 1 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.notch_list 8 3 0 62%
bilby/gw/detector/strain_data.py InterferometerStrainData.frequency_mask 8 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.frequency_mask 2 2 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.alpha 1 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.time_domain_window 8 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.time_domain_strain 6 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.frequency_domain_strain 9 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.frequency_domain_strain 4 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.to_gwpy_timeseries 5 5 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.to_pycbc_timeseries 6 6 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.to_lal_timeseries 7 7 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.to_gwpy_frequencyseries 5 5 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.to_pycbc_frequencyseries 6 6 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.to_lal_frequencyseries 7 7 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.low_pass_filter 13 13 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.create_power_spectral_density 19 19 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData._infer_time_domain_dependence 1 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData._infer_frequency_domain_dependence 1 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData._infer_dependence 15 1 0 93%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_time_domain_strain 6 1 0 83%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_gwpy_timeseries 8 8 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.channel 1 1 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_open_data 2 2 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_csv 3 3 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_frequency_domain_strain 6 1 0 83%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_power_spectral_density 6 1 0 83%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_zero_noise 3 0 0 100%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_frame_file 4 4 0 0%
bilby/gw/detector/strain_data.py InterferometerStrainData.set_from_channel_name 9 9 0 0%
bilby/gw/detector/strain_data.py Notch.__init__ 5 0 0 100%
bilby/gw/detector/strain_data.py Notch.get_idxs 3 0 0 100%
bilby/gw/detector/strain_data.py Notch.check_frequency 3 3 0 0%
bilby/gw/detector/strain_data.py NotchList.__init__ 6 0 0 100%
bilby/gw/detector/strain_data.py NotchList.check_frequency 4 4 0 0%
bilby/gw/detector/strain_data.py (no function) 68 0 0 100%
bilby/gw/eos/__init__.py (no function) 2 0 0 100%
bilby/gw/eos/eos.py TabularEOS.__init__ 27 3 0 89%
bilby/gw/eos/eos.py TabularEOS.__remove_leading_zero 3 0 0 100%
bilby/gw/eos/eos.py TabularEOS.energy_from_pressure 13 4 0 69%
bilby/gw/eos/eos.py TabularEOS.pressure_from_pseudo_enthalpy 13 4 0 69%
bilby/gw/eos/eos.py TabularEOS.energy_density_from_pseudo_enthalpy 14 4 0 71%
bilby/gw/eos/eos.py TabularEOS.pseudo_enthalpy_from_energy_density 14 4 0 71%
bilby/gw/eos/eos.py TabularEOS.dedh 4 0 0 100%
bilby/gw/eos/eos.py TabularEOS.dedp 4 0 0 100%
bilby/gw/eos/eos.py TabularEOS.velocity_from_pseudo_enthalpy 2 0 0 100%
bilby/gw/eos/eos.py TabularEOS.check_causality 7 0 0 100%
bilby/gw/eos/eos.py TabularEOS.check_monotonicity 11 1 0 91%
bilby/gw/eos/eos.py TabularEOS.__get_plot_range 7 7 0 0%
bilby/gw/eos/eos.py TabularEOS.__construct_all_tables 3 0 0 100%
bilby/gw/eos/eos.py TabularEOS.plot 31 31 0 0%
bilby/gw/eos/eos.py spectral_adiabatic_index 4 0 0 100%
bilby/gw/eos/eos.py SpectralDecompositionEOS.__init__ 14 2 0 86%
bilby/gw/eos/eos.py SpectralDecompositionEOS.__determine_xmax 4 4 0 0%
bilby/gw/eos/eos.py SpectralDecompositionEOS.__mu_integrand 1 0 0 100%
bilby/gw/eos/eos.py SpectralDecompositionEOS.mu 2 0 0 100%
bilby/gw/eos/eos.py SpectralDecompositionEOS.__eps_integrand 1 0 0 100%
bilby/gw/eos/eos.py SpectralDecompositionEOS.energy_density 4 0 0 100%
bilby/gw/eos/eos.py SpectralDecompositionEOS.__construct_a_of_x_table 16 12 0 25%
bilby/gw/eos/eos.py SpectralDecompositionEOS.__construct_e_of_p_table 17 0 0 100%
bilby/gw/eos/eos.py EOSFamily.__init__ 40 0 0 100%
bilby/gw/eos/eos.py EOSFamily.radius_from_mass 3 3 0 0%
bilby/gw/eos/eos.py EOSFamily.k2_from_mass 3 3 0 0%
bilby/gw/eos/eos.py EOSFamily.lambda_from_mass 6 6 0 0%
bilby/gw/eos/eos.py EOSFamily.__get_plot_range 7 7 0 0%
bilby/gw/eos/eos.py EOSFamily.plot 31 31 0 0%
bilby/gw/eos/eos.py (no function) 48 0 0 100%
bilby/gw/eos/tov_solver.py IntegrateTOV.__init__ 7 0 0 100%
bilby/gw/eos/tov_solver.py IntegrateTOV.__mass_radius_cent 6 0 0 100%
bilby/gw/eos/tov_solver.py IntegrateTOV.__tov_eqns 16 0 0 100%
bilby/gw/eos/tov_solver.py IntegrateTOV.__calc_k2 4 0 0 100%
bilby/gw/eos/tov_solver.py IntegrateTOV.integrate_TOV 10 0 0 100%
bilby/gw/eos/tov_solver.py (no function) 7 0 0 100%
bilby/gw/likelihood/__init__.py get_binary_black_hole_likelihood 2 0 0 100%
bilby/gw/likelihood/__init__.py (no function) 8 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._CalculatedSNRs.__add__ 3 3 0 0%
bilby/gw/likelihood/base.py GravitationalWaveTransient._CalculatedSNRs.__iadd__ 8 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._CalculatedSNRs.snrs_as_sample 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.__init__ 52 4 0 92%
bilby/gw/likelihood/base.py GravitationalWaveTransient.__repr__ 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._check_set_duration_and_sampling_frequency_of_waveform_generator 9 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.calculate_snrs 27 1 0 96%
bilby/gw/likelihood/base.py GravitationalWaveTransient._check_marginalized_prior_is_set 14 7 0 50%
bilby/gw/likelihood/base.py GravitationalWaveTransient.priors 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.priors 5 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._calculate_noise_log_likelihood 5 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.noise_log_likelihood 3 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.log_likelihood_ratio 14 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.compute_log_likelihood_from_snrs 10 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.compute_per_detector_log_likelihood 10 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.generate_posterior_sample_from_marginalized_likelihood 16 2 0 88%
bilby/gw/likelihood/base.py GravitationalWaveTransient.generate_calibration_sample_from_marginalized_likelihood 11 11 0 0%
bilby/gw/likelihood/base.py GravitationalWaveTransient.generate_time_sample_from_marginalized_likelihood 40 2 0 95%
bilby/gw/likelihood/base.py GravitationalWaveTransient.generate_distance_sample_from_marginalized_likelihood 13 1 0 92%
bilby/gw/likelihood/base.py GravitationalWaveTransient._calculate_inner_products 7 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._compute_full_waveform 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.generate_phase_sample_from_marginalized_likelihood 10 1 0 90%
bilby/gw/likelihood/base.py GravitationalWaveTransient.distance_marginalized_likelihood 5 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.phase_marginalized_likelihood 4 1 0 75%
bilby/gw/likelihood/base.py GravitationalWaveTransient.time_marginalized_likelihood 18 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.get_calibration_log_likelihoods 15 15 0 0%
bilby/gw/likelihood/base.py GravitationalWaveTransient.calibration_marginalized_likelihood 8 2 0 75%
bilby/gw/likelihood/base.py GravitationalWaveTransient._setup_rho 3 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.log_likelihood 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._delta_distance 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._dist_multiplier 1 1 0 0%
bilby/gw/likelihood/base.py GravitationalWaveTransient._optimal_snr_squared_ref_array 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._d_inner_h_ref_array 5 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._setup_distance_marginalization 9 1 0 89%
bilby/gw/likelihood/base.py GravitationalWaveTransient.cached_lookup_table_filename 3 1 0 67%
bilby/gw/likelihood/base.py GravitationalWaveTransient.cached_lookup_table_filename 4 1 0 75%
bilby/gw/likelihood/base.py GravitationalWaveTransient.load_lookup_table 15 5 0 67%
bilby/gw/likelihood/base.py GravitationalWaveTransient.cache_lookup_table 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._test_cached_lookup_table 7 2 0 71%
bilby/gw/likelihood/base.py GravitationalWaveTransient._create_lookup_table 15 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._setup_phase_marginalization 1 1 0 0%
bilby/gw/likelihood/base.py GravitationalWaveTransient._setup_time_marginalization 3 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._setup_calibration_marginalization 8 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.interferometers 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.interferometers 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._rescale_signal 2 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient.reference_frame 1 0 0 100%
bilby/gw/likelihood/base.py GravitationalWaveTransient._reference_frame_str 3 1 0 67%
bilby/gw/likelihood/base.py GravitationalWaveTransient.reference_frame 9 3 0 67%
bilby/gw/likelihood/base.py GravitationalWaveTransient.get_sky_frame_parameters 20 7 0 65%
bilby/gw/likelihood/base.py GravitationalWaveTransient.lal_version 9 2 0 78%
bilby/gw/likelihood/base.py GravitationalWaveTransient.lalsimulation_version 9 2 0 78%
bilby/gw/likelihood/base.py GravitationalWaveTransient.meta_data 1 0 0 100%
bilby/gw/likelihood/base.py (no function) 89 0 0 100%
bilby/gw/likelihood/basic.py BasicGravitationalWaveTransient.__init__ 3 0 0 100%
bilby/gw/likelihood/basic.py BasicGravitationalWaveTransient.__repr__ 1 0 0 100%
bilby/gw/likelihood/basic.py BasicGravitationalWaveTransient.noise_log_likelihood 4 0 0 100%
bilby/gw/likelihood/basic.py BasicGravitationalWaveTransient.log_likelihood 7 0 0 100%
bilby/gw/likelihood/basic.py BasicGravitationalWaveTransient.log_likelihood_interferometer 3 0 0 100%
bilby/gw/likelihood/basic.py (no function) 8 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.__init__ 17 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.reference_chirp_mass 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.reference_chirp_mass_in_second 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.reference_chirp_mass 9 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.highest_mode 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.highest_mode 3 1 0 67%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.linear_interpolation 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.linear_interpolation 3 1 0 67%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.accuracy_factor 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.accuracy_factor 3 1 0 67%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.time_offset 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.time_offset 12 2 0 83%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.delta_f_end 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.delta_f_end 12 2 0 83%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.maximum_banding_frequency 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.maximum_banding_frequency 8 2 0 75%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.minimum_banding_duration 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.minimum_banding_duration 3 1 0 67%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.minimum_frequency 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.maximum_frequency 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.number_of_bands 1 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.setup_multibanding 7 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._tau 2 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._dtaudf 2 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._find_starting_frequency 10 1 0 90%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._find_starting_frequency._is_above_fnext 3 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._setup_frequency_bands 14 1 0 93%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._setup_integers 12 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._setup_waveform_frequency_points 16 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._get_window_sequence 15 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._setup_linear_coefficients 15 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._setup_quadratic_coefficients_linear_interp 30 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._setup_quadratic_coefficients_ifft_fft 25 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.weights 14 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.save_weights 6 1 0 83%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.setup_multibanding_from_weights 13 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient.calculate_snrs 26 0 0 100%
bilby/gw/likelihood/multiband.py MBGravitationalWaveTransient._rescale_signal 2 2 0 0%
bilby/gw/likelihood/multiband.py (no function) 65 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.__init__ 38 3 0 92%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.__repr__ 1 1 0 0%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.setup_bins 37 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.set_fiducial_waveforms 16 1 0 94%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.find_maximum_likelihood_parameters 24 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.lnlike_scipy_maximize 2 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.get_parameter_dictionary_from_list 5 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.get_parameter_list_from_dictionary 1 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.get_bounds_from_priors 4 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.compute_summary_data 32 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.compute_waveform_ratio_per_interferometer 7 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient._compute_full_waveform 10 0 0 100%
bilby/gw/likelihood/relative.py RelativeBinningGravitationalWaveTransient.calculate_snrs 11 0 0 100%
bilby/gw/likelihood/relative.py (no function) 21 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.__init__ 52 3 0 94%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._verify_numbers_of_prior_ranges_and_frequency_nodes 16 6 0 62%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._verify_prior_ranges 13 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._check_frequency_nodes_exist_for_single_basis 7 1 0 86%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._set_unique_frequency_nodes_and_inverse 12 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._setup_time_marginalization 9 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._parse_basis 15 3 0 80%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._select_prior_ranges 12 2 0 83%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._update_basis 22 3 0 86%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.basis_number_linear 5 1 0 80%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.basis_number_quadratic 5 1 0 80%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.waveform_generator 4 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.waveform_generator 1 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.calculate_snrs 38 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._closest_time_indices 4 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._interp_five_samples 7 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._calculate_d_inner_h_array 24 5 0 79%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.perform_roq_params_check 48 7 0 85%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._set_weights 57 1 0 98%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._set_weights_linear 36 4 0 89%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._set_weights_linear_multiband 25 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._set_weights_quadratic 8 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._set_weights_quadratic_multiband 24 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.save_weights 40 3 0 92%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.load_weights 34 5 0 85%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._get_time_resolution 15 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._get_time_resolution.calc_fhigh 7 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._get_time_resolution.c_f_scaling 1 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient._rescale_signal 3 0 0 100%
bilby/gw/likelihood/roq.py ROQGravitationalWaveTransient.generate_time_sample_from_marginalized_likelihood 21 1 0 95%
bilby/gw/likelihood/roq.py (no function) 45 0 0 100%
bilby/gw/prior.py convert_to_flat_in_component_mass_prior 30 5 0 83%
bilby/gw/prior.py Cosmological._default_args_dict 2 0 0 100%
bilby/gw/prior.py Cosmological.__init__ 25 2 0 92%
bilby/gw/prior.py Cosmological.minimum 1 0 0 100%
bilby/gw/prior.py Cosmological.minimum 3 1 0 67%
bilby/gw/prior.py Cosmological.maximum 1 0 0 100%
bilby/gw/prior.py Cosmological.maximum 3 0 0 100%
bilby/gw/prior.py Cosmological._set_limit 26 3 0 88%
bilby/gw/prior.py Cosmological.get_corresponding_prior 6 1 0 83%
bilby/gw/prior.py Cosmological._convert_to 3 0 0 100%
bilby/gw/prior.py Cosmological._get_comoving_distance_arrays 5 0 0 100%
bilby/gw/prior.py Cosmological._get_luminosity_distance_arrays 5 0 0 100%
bilby/gw/prior.py Cosmological._get_redshift_arrays 1 1 0 0%
bilby/gw/prior.py Cosmological.from_repr 4 2 0 50%
bilby/gw/prior.py Cosmological.get_instantiation_dict 8 0 0 100%
bilby/gw/prior.py UniformComovingVolume._get_redshift_arrays 3 0 0 100%
bilby/gw/prior.py UniformSourceFrame._get_redshift_arrays 3 0 0 100%
bilby/gw/prior.py UniformInComponentsChirpMass.__init__ 1 0 0 100%
bilby/gw/prior.py WrappedInterp1d.__eq__ 9 9 0 0%
bilby/gw/prior.py UniformInComponentsMassRatio.__init__ 5 0 0 100%
bilby/gw/prior.py UniformInComponentsMassRatio._integral 1 0 0 100%
bilby/gw/prior.py UniformInComponentsMassRatio.cdf 1 0 0 100%
bilby/gw/prior.py UniformInComponentsMassRatio.rescale 6 1 0 83%
bilby/gw/prior.py UniformInComponentsMassRatio.prob 4 4 0 0%
bilby/gw/prior.py UniformInComponentsMassRatio.ln_prob 2 2 0 0%
bilby/gw/prior.py AlignedSpin.__init__ 11 0 0 100%
bilby/gw/prior.py ConditionalChiUniformSpinMagnitude.__init__ 4 0 0 100%
bilby/gw/prior.py ConditionalChiUniformSpinMagnitude._condition_function 1 0 0 100%
bilby/gw/prior.py ConditionalChiUniformSpinMagnitude.__repr__ 1 1 0 0%
bilby/gw/prior.py ConditionalChiUniformSpinMagnitude.get_instantiation_dict 5 5 0 0%
bilby/gw/prior.py ConditionalChiInPlane.__init__ 5 5 0 0%
bilby/gw/prior.py ConditionalChiInPlane.prob 3 3 0 0%
bilby/gw/prior.py ConditionalChiInPlane.ln_prob 2 2 0 0%
bilby/gw/prior.py ConditionalChiInPlane.cdf 3 3 0 0%
bilby/gw/prior.py ConditionalChiInPlane.rescale 3 3 0 0%
bilby/gw/prior.py ConditionalChiInPlane._condition_function 3 3 0 0%
bilby/gw/prior.py ConditionalChiInPlane.__repr__ 1 1 0 0%
bilby/gw/prior.py ConditionalChiInPlane.get_instantiation_dict 5 5 0 0%
bilby/gw/prior.py EOSCheck.__init__ 1 1 0 0%
bilby/gw/prior.py EOSCheck.prob 1 1 0 0%
bilby/gw/prior.py EOSCheck.ln_prob 5 5 0 0%
bilby/gw/prior.py CBCPriorDict.minimum_chirp_mass 15 7 0 53%
bilby/gw/prior.py CBCPriorDict.maximum_chirp_mass 15 11 0 27%
bilby/gw/prior.py CBCPriorDict.minimum_component_mass 8 2 0 75%
bilby/gw/prior.py CBCPriorDict.is_nonempty_intersection 8 8 0 0%
bilby/gw/prior.py CBCPriorDict.spin 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.precession 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.measured_spin 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.intrinsic 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.extrinsic 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.sky 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.distance_inclination 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.mass 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.phase 1 1 0 0%
bilby/gw/prior.py CBCPriorDict.validate_prior 12 12 0 0%
bilby/gw/prior.py BBHPriorDict.__init__ 11 0 0 100%
bilby/gw/prior.py BBHPriorDict.default_conversion_function 4 0 0 100%
bilby/gw/prior.py BBHPriorDict.test_redundancy 18 0 0 100%
bilby/gw/prior.py BNSPriorDict.__init__ 10 2 0 80%
bilby/gw/prior.py BNSPriorDict.default_conversion_function 5 5 0 0%
bilby/gw/prior.py BNSPriorDict.test_redundancy 18 4 0 78%
bilby/gw/prior.py BNSPriorDict.tidal 1 1 0 0%
bilby/gw/prior.py CalibrationPriorDict.__init__ 4 1 0 75%
bilby/gw/prior.py CalibrationPriorDict.to_file 5 5 0 0%
bilby/gw/prior.py CalibrationPriorDict.from_envelope_file 26 26 0 0%
bilby/gw/prior.py CalibrationPriorDict.constant_uncertainty_spline 19 0 0 100%
bilby/gw/prior.py secondary_mass_condition_function 1 0 0 100%
bilby/gw/prior.py HealPixMapPriorDist.__init__ 37 2 0 95%
bilby/gw/prior.py HealPixMapPriorDist._build_attributes 6 0 0 100%
bilby/gw/prior.py HealPixMapPriorDist._check_imports 5 2 0 60%
bilby/gw/prior.py HealPixMapPriorDist._rescale 17 0 0 100%
bilby/gw/prior.py HealPixMapPriorDist.update_distance 4 0 0 100%
bilby/gw/prior.py HealPixMapPriorDist._check_norm 4 1 0 75%
bilby/gw/prior.py HealPixMapPriorDist._sample 12 0 0 100%
bilby/gw/prior.py HealPixMapPriorDist.draw_distance 7 1 0 86%
bilby/gw/prior.py HealPixMapPriorDist.draw_from_pixel 3 1 0 67%
bilby/gw/prior.py HealPixMapPriorDist.check_in_pixel 6 1 0 83%
bilby/gw/prior.py HealPixMapPriorDist._ln_prob 13 0 0 100%
bilby/gw/prior.py HealPixMapPriorDist.__eq__ 26 6 0 77%
bilby/gw/prior.py HealPixPrior.__init__ 3 1 0 67%
bilby/gw/prior.py (no function) 139 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.__init__ 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.__get_from_nested_meta_data 9 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.sampling_frequency 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.duration 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.start_time 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.time_marginalization 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.phase_marginalization 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.distance_marginalization 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.interferometers 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.waveform_approximant 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.waveform_generator_class 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.waveform_arguments 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.reference_frequency 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.frequency_domain_source_model 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.time_domain_source_model 1 1 0 0%
bilby/gw/result.py CompactBinaryCoalescenceResult.parameter_conversion 1 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.detector_injection_properties 5 0 0 100%
bilby/gw/result.py CompactBinaryCoalescenceResult.plot_calibration_posterior 45 45 0 0%
bilby/gw/result.py CompactBinaryCoalescenceResult.plot_waveform_posterior 6 6 0 0%
bilby/gw/result.py CompactBinaryCoalescenceResult.plot_interferometer_waveform_posterior 131 131 0 0%
bilby/gw/result.py CompactBinaryCoalescenceResult.plot_skymap 104 104 0 0%
bilby/gw/result.py (no function) 47 0 0 100%
bilby/gw/sampler/__init__.py (no function) 1 0 0 100%
bilby/gw/sampler/proposal.py SkyLocationWanderJump.__call__ 5 0 0 100%
bilby/gw/sampler/proposal.py CorrelatedPolarisationPhaseJump.__call__ 9 0 0 100%
bilby/gw/sampler/proposal.py PolarisationPhaseJump.__call__ 3 0 0 100%
bilby/gw/sampler/proposal.py (no function) 9 0 0 100%
bilby/gw/source.py gwsignal_binary_black_hole 70 16 0 77%
bilby/gw/source.py lal_binary_black_hole 3 0 0 100%
bilby/gw/source.py lal_binary_neutron_star 3 0 0 100%
bilby/gw/source.py lal_eccentric_binary_black_hole_no_spins 3 0 0 100%
bilby/gw/source.py set_waveform_dictionary 22 0 0 100%
bilby/gw/source.py _base_lal_cbc_fd_waveform 52 11 0 79%
bilby/gw/source.py binary_black_hole_roq 3 0 0 100%
bilby/gw/source.py binary_neutron_star_roq 3 3 0 0%
bilby/gw/source.py lal_binary_black_hole_relative_binning 9 0 0 100%
bilby/gw/source.py lal_binary_neutron_star_relative_binning 8 0 0 100%
bilby/gw/source.py _base_roq_waveform 14 0 0 100%
bilby/gw/source.py binary_black_hole_frequency_sequence 3 0 0 100%
bilby/gw/source.py binary_neutron_star_frequency_sequence 3 0 0 100%
bilby/gw/source.py _base_waveform_frequency_sequence 24 2 0 92%
bilby/gw/source.py sinegaussian 7 7 0 0%
bilby/gw/source.py supernova 6 6 0 0%
bilby/gw/source.py supernova_pca_model 7 7 0 0%
bilby/gw/source.py (no function) 34 0 0 100%
bilby/gw/utils.py asd_from_freq_series 1 0 0 100%
bilby/gw/utils.py psd_from_freq_series 1 0 0 100%
bilby/gw/utils.py get_vertex_position_geocentric 7 0 0 100%
bilby/gw/utils.py inner_product 5 0 0 100%
bilby/gw/utils.py noise_weighted_inner_product 2 0 0 100%
bilby/gw/utils.py matched_filter_snr 3 0 0 100%
bilby/gw/utils.py optimal_snr_squared 1 0 0 100%
bilby/gw/utils.py overlap 6 0 0 100%
bilby/gw/utils.py zenith_azimuth_to_theta_phi 2 0 0 100%
bilby/gw/utils.py zenith_azimuth_to_ra_dec 5 0 0 100%
bilby/gw/utils.py get_event_time 5 5 0 0%
bilby/gw/utils.py get_open_strain_data 19 19 0 0%
bilby/gw/utils.py read_frame_file 31 31 0 0%
bilby/gw/utils.py get_gracedb 10 10 0 0%
bilby/gw/utils.py gracedb_to_json 21 21 0 0%
bilby/gw/utils.py gw_data_find 29 29 0 0%
bilby/gw/utils.py convert_args_list_to_float 5 0 0 100%
bilby/gw/utils.py lalsim_SimInspiralTransformPrecessingNewInitialConditions 3 0 0 100%
bilby/gw/utils.py lalsim_GetApproximantFromString 4 0 0 100%
bilby/gw/utils.py lalsim_SimInspiralFD 4 4 0 0%
bilby/gw/utils.py lalsim_SimInspiralChooseFDWaveform 4 0 0 100%
bilby/gw/utils.py _get_lalsim_approximant 6 0 0 100%
bilby/gw/utils.py lalsim_SimInspiralChooseFDWaveformSequence 13 3 0 77%
bilby/gw/utils.py lalsim_SimInspiralWaveformParamsInsertTidalLambda1 6 6 0 0%
bilby/gw/utils.py lalsim_SimInspiralWaveformParamsInsertTidalLambda2 6 6 0 0%
bilby/gw/utils.py lalsim_SimNeutronStarEOS4ParamSDGammaCheck 11 4 0 64%
bilby/gw/utils.py lalsim_SimNeutronStarEOS4ParameterSpectralDecomposition 11 4 0 64%
bilby/gw/utils.py lalsim_SimNeutronStarEOS4ParamSDViableFamilyCheck 11 4 0 64%
bilby/gw/utils.py lalsim_SimNeutronStarEOS3PieceDynamicPolytrope 12 4 0 67%
bilby/gw/utils.py lalsim_SimNeutronStarEOS3PieceCausalAnalytic 12 12 0 0%
bilby/gw/utils.py lalsim_SimNeutronStarEOS3PDViableFamilyCheck 13 4 0 69%
bilby/gw/utils.py lalsim_CreateSimNeutronStarFamily 2 0 0 100%
bilby/gw/utils.py lalsim_SimNeutronStarEOSMaxPseudoEnthalpy 2 0 0 100%
bilby/gw/utils.py lalsim_SimNeutronStarEOSSpeedOfSoundGeometerized 8 4 0 50%
bilby/gw/utils.py lalsim_SimNeutronStarFamMinimumMass 2 0 0 100%
bilby/gw/utils.py lalsim_SimNeutronStarMaximumMass 2 0 0 100%
bilby/gw/utils.py lalsim_SimNeutronStarRadius 8 4 0 50%
bilby/gw/utils.py lalsim_SimNeutronStarLoveNumberK2 8 4 0 50%
bilby/gw/utils.py spline_angle_xform 2 2 0 0%
bilby/gw/utils.py plot_spline_pos 18 18 0 0%
bilby/gw/utils.py ln_i0 1 0 0 100%
bilby/gw/utils.py calculate_time_to_merger 2 0 0 100%
bilby/gw/utils.py (no function) 54 0 0 100%
bilby/gw/waveform_generator.py WaveformGenerator.__init__ 14 1 0 93%
bilby/gw/waveform_generator.py WaveformGenerator.__repr__ 10 1 0 90%
bilby/gw/waveform_generator.py WaveformGenerator.frequency_domain_strain 1 0 0 100%
bilby/gw/waveform_generator.py WaveformGenerator.time_domain_strain 1 0 0 100%
bilby/gw/waveform_generator.py WaveformGenerator._calculate_strain 14 0 0 100%
bilby/gw/waveform_generator.py WaveformGenerator._strain_from_model 1 0 0 100%
bilby/gw/waveform_generator.py WaveformGenerator._strain_from_transformed_model 9 0 0 100%
bilby/gw/waveform_generator.py WaveformGenerator.parameters 1 0 0 100%
bilby/gw/waveform_generator.py WaveformGenerator.parameters 8 0 0 100%
bilby/gw/waveform_generator.py WaveformGenerator.__parameters_from_source_model 6 1 0 83%
bilby/gw/waveform_generator.py LALCBCWaveformGenerator.__init__ 2 0 0 100%
bilby/gw/waveform_generator.py LALCBCWaveformGenerator.validate_reference_frequency 6 0 0 100%
bilby/gw/waveform_generator.py (no function) 28 0 0 100%
bilby/hyper/__init__.py (no function) 1 0 0 100%
bilby/hyper/likelihood.py HyperparameterLikelihood.__init__ 19 4 0 79%
bilby/hyper/likelihood.py HyperparameterLikelihood.log_likelihood_ratio 4 4 0 0%
bilby/hyper/likelihood.py HyperparameterLikelihood.noise_log_likelihood 1 1 0 0%
bilby/hyper/likelihood.py HyperparameterLikelihood.log_likelihood 1 1 0 0%
bilby/hyper/likelihood.py HyperparameterLikelihood.resample_posteriors 21 3 0 86%
bilby/hyper/likelihood.py (no function) 11 0 0 100%
bilby/hyper/model.py Model.__init__ 5 0 0 100%
bilby/hyper/model.py Model.prob 11 8 0 27%
bilby/hyper/model.py Model._get_function_parameters 9 0 0 100%
bilby/hyper/model.py (no function) 5 0 0 100%
Total   15976 4661 0 71%

No items found using the specified filter.