Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKue committed Jul 2, 2024
1 parent 42afb18 commit be67fcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bayesflow/simulators/functional_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def sample(self, batch_shape: Shape, **kwargs) -> dict[str, Tensor]:
if not self.is_batched:
sample_fn = self._convert_batched(sample_fn)

print(f"{sample_fn is self.sample_fn=}")

return sample_fn(batch_shape, **kwargs)

def _convert_batched(self, sample_fn: callable) -> callable:
Expand Down

0 comments on commit be67fcd

Please sign in to comment.