JasperHavenhand / Honours-Year-Project

COMP390 - Honours Year Project: Temporal Network (Re-)Design Strategies for Early Epidemic Containment
0 stars 0 forks source link

Pathnames passed as URIs #2

Closed JasperHavenhand closed 3 years ago

JasperHavenhand commented 3 years ago

Pathnames are being passed as URI objects, causing errors and inaccurate variable naming. Update to convert pathnames to URIs and then make any necessary changes in file object declarations.

JasperHavenhand commented 3 years ago

Resolved by changing URI variables to Strings, and using the Java File class to create directories. Renamed variables that incorrectly stated that they were URIs (i.e., inputURI changed to inputPath).