Skip to content

Commit

Permalink
Removed required data_vector when computing theory_vectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Jul 6, 2024
1 parent 1f06baf commit 68f38f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firecrown/likelihood/two_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ def compute_theory_vector_real_space(self, tools: ModelingTools) -> TheoryVector
theta=self.thetas / 60,
type=self.ccl_kind,
)
assert self.data_vector is not None
return TheoryVector.create(theory_vector)

def compute_theory_vector_harmonic_space(
Expand Down Expand Up @@ -763,7 +762,6 @@ def compute_theory_vector_harmonic_space(
tracers1,
)

assert self.data_vector is not None
return TheoryVector.create(theory_vector)

def _compute_theory_vector(self, tools: ModelingTools) -> TheoryVector:
Expand Down

0 comments on commit 68f38f4

Please sign in to comment.