sustainability-lab / polire

Spatial Interpolation in Python
https://sustainability-lab.github.io/polire/
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Check if fit() was called before predict() #14

Closed sdeepaknarayanan closed 5 years ago

sdeepaknarayanan commented 5 years ago

Are we doing this already anywhere in the base class or the individual interpolation classes?

apoorvagnihotri commented 5 years ago

I have added this in the base class. Thanks for pointing this out!