vergauwenthomas / PyFa

Python wrapper on Rfa using xarray
MIT License
0 stars 0 forks source link

CLI structure #18

Closed vergauwenthomas closed 7 months ago

vergauwenthomas commented 7 months ago
kobebryant432 commented 7 months ago

pyfa -h currently imports alot of packages and therefore takes a lot of time. This seems avoidable.

vergauwenthomas commented 7 months ago

The dependencies are in #25 imported after arguments are parsed, so the -h runs faster.