Review tag parameter in SiteOccupancyFactor
Description
- The
tagparameter is documented but does not exist. - It is set to
Nonewhen callingsuper.__init__.
Tasks
- If the user is not supposed to be able to set the tag, remove it from the docstring. Otherwise add it to the
__init__method. - The internal
tagshould not default toNone.