Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Fixing document string to match implementation #52

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion topologic/io/csv_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def from_file(
be stored for any vertex if it is not detected in the graph already; if there are no edges to or from VertexA,
there will be no metadata retained for VertexA.

- "simple" iterates through the file from top to bottom; any vertex that had already captured metadata through
- "single" iterates through the file from top to bottom; any vertex that had already captured metadata through
the vertex metadata projection process will be overwritten with the newest metadata corresponding with that
vertex.
- "collection" iterates through the file from top to bottom; all new metadata detected for a given vertex will
Expand Down