vergauwenthomas / PyFa

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

rbin fix #31

Closed kobebryant432 closed 6 months ago

kobebryant432 commented 6 months ago

Made use of _get_rbin() function to make finding the R binary more flexible.

Currently _get_rbin() is called in every function it is needed, it may be more useful to make a global variable.