Skip to content

graph.detach().filter().subgraph() on GraphView converts dtype of 't' column from i32 to i64 #248

@TeunHuijben

Description

@TeunHuijben

In the following snippet the dtype of the time column between graph and new_graph is different (i32 vs i64). Is this intended or a bug?

    kwargs = {
        "drivername": "sqlite",
        "database": ":memory:",
        "overwrite": True,
    }
    graph = td.graph.SQLGraph(**kwargs)
    graph = graph.filter().subgraph()
    new_graph = graph.detach().filter().subgraph()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions