echowve / meshGraphNets_pytorch

PyTorch implementations of Learning Mesh-based Simulation With Graph Networks
Apache License 2.0
152 stars 33 forks source link

Issue about rollout.py #4

Closed lfangyu09 closed 2 years ago

lfangyu09 commented 2 years ago

Hi,

When I run rollout.py, it shows " type object 'FPC' has no attribute 'datas_to_graph' ". After checking the FPY.py, I found that 'FPC' has no attribute 'datas_to_graph'. How can I solve this issue?

Thanks,

echowve commented 2 years ago

Hi, I have fixed the problem, please check the newest code in this repo, thank you for your issue.