Open
Description
When using several \Vertices commands in the same document wrong input files are used.
MWE:
\documentclass{article}
\usepackage{tikz-network}
\begin{document}
\begin{tikzpicture}
\Vertices{cci14.txt}
\end{tikzpicture}
\begin{tikzpicture}
\Vertices{cci23.txt}
\end{tikzpicture}
\begin{tikzpicture}
\Vertices{cci14.txt}
\end{tikzpicture}
\begin{tikzpicture}
\Vertices{cci23.txt}
\end{tikzpicture}
\end{document}
This yields different output for the first and third input, which are identical.