NREL / reVX

The Renewable Energy Potential(V) eXchange Tool: reVX

Home Page:https://nrel.github.io/reVX/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Out of date docstrings

mikebannis opened this issue · comments

Bug Description
The indices kwarg was added to several methods but is not included in the doc strings. This is known to occur at the following locations but may also occur at others:

indices=None, max_workers=None,

clip_buffer=0, barrier_mult=100, indices=None, max_workers=None,

barrier_mult=100, indices=None, save_paths=False):

Fixed in #210