N3PDF / pycompressor

Compression code for PDF replicas.
https://n3pdf.github.io/pycompressor/
GNU General Public License v3.0
1 stars 0 forks source link

AttributeError: 'LHAPDFSet' object has no attribute 'GetMembers' #42

Closed enocera closed 1 year ago

enocera commented 1 year ago

Hi @Radonirinaunimi , I'm trying to use pycompressor. While I run $ pycomp runcards/runcard.yml I get the following error AttributeError: 'LHAPDFSet' object has no attribute 'GetMembers' I'm using LHAPDF v6.4.0.

Radonirinaunimi commented 1 year ago

Thanks @enocera for finding out this bug. I believe this was caused by some changes in validphys. https://github.com/N3PDF/pycompressor/pull/43 should fix this.

enocera commented 1 year ago

Thanks @Radonirinaunimi . Let me check if it works. The very quick reply is really appreciated!

Radonirinaunimi commented 1 year ago

Yes, please let me know. I had a bit of time during the Journal Club :-)

enocera commented 1 year ago

This is working fine now, thanks.

Radonirinaunimi commented 1 year ago

Perfect, thanks!