Skip to content

Missing Module Dependency - Tables #1252

Closed
@zhammond147

Description

@zhammond147

In the pvlib.clearsky.lookup_linke_turbidity() function, you have the following error handling:

try:
import tables
except ImportError:
raise ImportError('The Linke turbidity lookup table requires tables. '
'You can still use clearsky.ineichen if you '
'supply your own turbidities.')

Unfortunately, the tables module has not been included as a dependency of the pvlib package.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions