habib-university / Class-Teams

2 stars 5 forks source link

DataReader class #10

Open EmadBinAbid opened 4 years ago

EmadBinAbid commented 4 years ago

Develop a separate class DataReader to deal with external data/files. In match.py, only its instance should be created and DataReader.read_data() should be called which would return networkx.DiGraph instance similar to read_data() function in match.py currently.

waqarsaleem commented 4 years ago

I suspect "relevant functions" will be a vague description for new contributors. Maybe you can specify the name and functionality of the desired functions.