sbi-dev / pyknos

conditional density estimation with neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests fail randomly due to RNG

dgreenberg opened this issue · comments

some of the tests check that the forward and backward passes of a transform compose to give the identity function. there are numerical checks on this with specified tolerances, often 1e-4. This can succeed or fail depending on RNG state, which is not currently set by any tests.

This is a pyknós issue. Will transfer.

This actually should live in nflows. Transferred, and closed.