DataAssimBench
DataAssimBench copied to clipboard
Possible redundant methods in _rc.py
RC model object has possibly redundant/confusing methods:
- predict
- forecast
- generate
- update
We should remove if redundant or clarify the names if not.
Fixed by #72. Can close when that PR is merged.