Skip to content

module object has no attribute converters #13

@akrun1

Description

@akrun1

I get this error after loading the rforecast package
`

import rforecast
data = [509, 506, 340, 240, 219, 172, 252, 221, 276, 271, 342, 428, 442, 432, 437]
rforecast.converters.sequence_as_series(data, start=1980)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'converters'
`

How do I correct it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions