79571750

Date: 2025-04-13 16:16:18
Score: 1
Natty:
Report link

You should use astype after generating an array

x = np.random.randn(1000, 2).astype(np.float64)
ess = tfp.mcmc.effective_sample_size(x)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey