SwanseaUniversityMedical / multimorbidity_hypergraphs

GNU General Public License v3.0
4 stars 0 forks source link

Change the imports from `import lib as l` to `from lib import functions` #6

Open jim-rafferty opened 3 years ago

jim-rafferty commented 3 years ago

Clean up the imports to avoid importing unecessary stuff.

jim-rafferty commented 3 years ago

I thought this would be fixed in 6f3c1e5cf1aa0bd8d394d5661759f088e3643f82, but dir(multimorbidity_hypergraphs) still contains a load of imports like np for numpy etc and I'm not completely sure where they are coming from.