rometsch / fargocpt

Fluid dynamics code to study the interaction between protoplanetary disks and planets.
GNU Affero General Public License v3.0
6 stars 3 forks source link

Python Loader fails for 1D vars #81

Closed rometsch closed 6 months ago

rometsch commented 6 months ago

There is a bug in the 1D loader. Calling Loader(outdir).gas.vars1D.get(...) results in an error because the get function tries to call the member function average, but this is called avg instead.