Skip to content

Commit

Permalink
fix more loader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jul 26, 2024
1 parent 7f086c0 commit 57c4cc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raphtory/src/io/arrow/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ mod test {
let layer_in_df: bool = true;
load_edges_from_df(
&df,
5,
"src",
"dst",
"time",
Expand Down Expand Up @@ -126,6 +127,7 @@ mod test {

load_nodes_from_df(
&df,
3,
"id",
"time",
Some(vec!["name"]),
Expand Down

0 comments on commit 57c4cc2

Please sign in to comment.