FlowModelingControl / flowtorch

flowTorch - a Python library for analysis and reduced-order modeling of fluid flows
GNU General Public License v3.0
131 stars 45 forks source link

The issue of DATASETS #30

Closed jacktang closed 2 years ago

jacktang commented 2 years ago

Hello,

First of all, thanks for the interesting project! I followed the tutorial: https://flowmodelingcontrol.github.io/flowtorch-docs/1.0/notebooks/svd_cylinder.html And tried to reproduce the code result in my notebook. The below statement throw some error

----> [1]path = DATASETS["of_cylinder2D_binary"]
      [2]loader = FOAMDataloader(path)
      [3]times = loader.write_times

KeyError: 'of_cylinder2D_binary'

And I printed DATASETS, it was an empty dict. Where can I download the test dataset? Thanks!

jacktang commented 2 years ago

I got it from README file