mattwigway / peak-spreading

Are transportation peak hours getting longer?
MIT License
0 stars 0 forks source link

make KFactors a proper package #22

Closed mattwigway closed 2 years ago

mattwigway commented 2 years ago

This makes KFactors into a proper Julia package, so we can refer to it by just using KFactors rather than include("../code/KFactors.jl"); using .KFactors and use standard julia testing facilities (at the repl, ]test to test the package). This entails

mattwigway commented 2 years ago

I have not updated the notebooks to the new import syntax yet, I figure we do that as we use them.