CurricularAnalytics / CurricularAnalytics.jl

CurricularAnalytics.jl is a toolbox for studying and analyzing academic program curricula.
GNU Affero General Public License v3.0
23 stars 19 forks source link

Support adjacency matrices #133

Closed zymvincent closed 4 months ago

zymvincent commented 2 years ago

Add metrics functions using the adjacency matrix of a curriculum graph as input

zymvincent commented 2 years ago

Please ignore the first 3 commits. And just check the last one. I added some metrics function using the adjacency matrix of the curriculum graph as input.

haydenfree commented 2 years ago

Yiming, these commits look good. However, can you create some tests that cover these new functions? I can help you get started on this if you're not sure how to proceed.

haydenfree commented 2 years ago

@zymvincent Have you made any progress trying to test this new code?