Skip to content

Commit

Permalink
fix typo that caused variable not to be initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz committed Jun 26, 2024
1 parent 62d8608 commit 2a623e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/inference/models/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def pop_prior(param):
self.reconstruct_phase = False
self.reconstruct_distance = False
self.reconstruct_vector = False
self.precalc_antennna_factors = False
self.precalc_antenna_factors = False

# Handle any requested parameter vector / brute force marginalizations
self.marginalize_vector_params = {}
Expand Down

0 comments on commit 2a623e3

Please sign in to comment.