Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,10 @@ field_names_test = []
|
|
29 |
|
30 |
def sample_info(sample_id_str, fieldn):
|
31 |
|
32 |
-
sample_id = int(sample_id_str)
|
|
|
33 |
|
34 |
-
|
35 |
|
36 |
|
37 |
# generate mesh
|
|
|
29 |
|
30 |
def sample_info(sample_id_str, fieldn):
|
31 |
|
32 |
+
# sample_id = int(sample_id_str)
|
33 |
+
# plaid_sample = Sample.load_from_dir(f"Rotor37/dataset/samples/sample_"+str(sample_id_str).zfill(9))
|
34 |
|
35 |
+
str__ = f"loading sample {sample_id_str}"
|
36 |
|
37 |
|
38 |
# generate mesh
|