Skip to content

Commit 93e8833

Browse files
committed
Remove comment stating log prob was untested
1 parent 303127d commit 93e8833

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bayesflow/networks/point_inference_network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ def sample(self, batch_shape: Shape, conditions: Tensor = None) -> dict[str, Ten
200200

201201
return samples
202202

203-
# WIP: untested draft of log_prob method
204203
def log_prob(self, samples: Tensor, conditions: Tensor = None, **kwargs) -> dict[str, Tensor]:
205204
output = self.subnet(conditions)
206205
log_probs = {}

0 commit comments

Comments
 (0)