danparshall / namegraph

Other
1 stars 0 forks source link

make utility script #15

Closed danparshall closed 2 years ago

danparshall commented 2 years ago

We should have a script which has utility functions for reading and writing various datafiles. In particular, this file should be the single-source-of-truth for defining the datatypes.

Standard files to start with:

After this is running, all reads and writes should be done using the utils.py file, rather than keeping random data within the other scripts.

juan-andres-russy commented 2 years ago

utils.py script is located on src/test/ and is called whenever a read or write of files occurs