recursionpharma / gflownet

GFlowNet library specialized for graph & molecular data
MIT License
211 stars 41 forks source link

'FlowMatching' object has no attribute 'correct_idempotent' #136

Open 3145tttt opened 3 months ago

3145tttt commented 3 months ago

The self.correct_idempotent is used before the definition. There is no definition in the parent class (TrajectoryBalance).

https://github.com/recursionpharma/gflownet/blob/f106cdeb6892214cbb528a3e06f4c721f4003175/src/gflownet/algo/flow_matching.py#L49