summarylogtreecommitdiffstats
path: root/default_build_dir.patch
blob: abc53f6a1a00d5ab0eaedc5af8169addaf1f96d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/main.py b/main_new.py
index 5435dc7..636e090 100644
--- a/main.py
+++ b/main_new.py
@@ -10,7 +10,7 @@ import genetic_algorithm_pipeline
 parser = argparse.ArgumentParser()
 parser.add_argument('--builddir',
                     help='same as the build folder used in install.py',
-                    default='../build/')
+                    default='/opt/inverscsg/')
 parser.add_argument('--countersample', help='number of counter samples at '
                     'each iteration. Used by sketch only', default=100)
 parser.add_argument('--eps', help='minimum distance to mesh', default='0.01')