Skip to content

[BUG] [v0.2]: intervals package import pattern broken #453

@tnixon

Description

@tnixon

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The new organization of the intervals sub-package (which I generally like), unfortunately breaks the import patterns like:
import tempo.intervals as t_int

Instead, in order to import IntervalsDF, we need to do:
from tempo.intervals import IntervalsDF

Expected Behavior

No response

Steps To Reproduce

No response

Cloud

AWS

Version

v0.2 integration branch

Relevant log output

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions