cvignac / DiGress

code for the paper "DiGress: Discrete Denoising diffusion for graph generation"
MIT License
314 stars 68 forks source link

In guacamol dataset and processed_file_names, use self.filter_dataset instead of self.filter #66

Closed filipekstrm closed 2 months ago

filipekstrm commented 10 months ago

I believe it should be self.filter_dataset (and not self.filter) as that is the attribute that is set in the constructor of GuacamolDataset

cvignac commented 2 months ago

Sorry for the long delay, thanks!