Build fixes

This commit is contained in:
Marc-Antoine Lafreniere
2019-02-11 22:56:26 -05:00
parent 453a3f7c08
commit 8fe6da67a3

View File

@@ -11,4 +11,4 @@ if __name__ == "__main__":
FileUtils.saveMatrixToFile(FileUtils.pbmToCsv(resourcesRawPath + 'test1ascii.pbm'), resourcesFormattedPath + 'test1.csv') FileUtils.saveMatrixToFile(FileUtils.pbmToCsv(resourcesRawPath + 'test1ascii.pbm'), resourcesFormattedPath + 'test1.csv')
plotPath(path(FileUtils.pbmToCsv((resourcesRawPath + 'test100x100.pbm'), 5))) plotPath(path(FileUtils.pbmToCsv(resourcesRawPath + 'test100x100.pbm'), 5))