kyletm / trip_generator

0 stars 0 forks source link

Move CDF references into utils #15

Open kyletm opened 7 years ago

kyletm commented 7 years ago

CDF functionality is used widely throughout all of the code - see Module 2 and Module 3. Right now we have code that is duplicated multiple times. Code should instead be written once and import when used elsewhere.