Переглянути джерело

Merge pull request #2 from marcelrv/patch-1

fix random circles in sand
Tuan Nguyen 1 рік тому
батько
коміт
e4ce3e8d20
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -109,7 +109,7 @@ def run_theta_rho_file(file_path):
     global stop_requested
     stop_requested = False
 
-    coordinates = parse_theta_rho_file(file_path, True)
+    coordinates = parse_theta_rho_file(file_path, apply_transformations = False)
     if len(coordinates) < 2:
         print("Not enough coordinates for interpolation.")
         return