We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c2037 commit f16558aCopy full SHA for f16558a
notebooks/be/BE_Processing_sidpy.ipynb
@@ -66,9 +66,9 @@
66
"metadata": {},
67
"outputs": [],
68
"source": [
69
- "path_gwy = r'/Users/rvv/Dropbox (ORNL)/AE Related Stuff/RL for Walls/Paper/Resubmission/12202023/PTO_110_Virgin0001.gwy'\n",
70
- "gwy_reader = sr.GwyddionReader(path_gwy)\n",
71
- "data = gwy_reader.read()"
+ "#path_gwy = r'/Users/rvv/Dropbox (ORNL)/AE Related Stuff/RL for Walls/Paper/Resubmission/12202023/PTO_110_Virgin0001.gwy'\n",
+ "#gwy_reader = sr.GwyddionReader(path_gwy)\n",
+ "#data = gwy_reader.read()"
72
]
73
},
74
{
@@ -103,7 +103,7 @@
103
}
104
],
105
106
- "fig = data[0].plot()\n",
+ "#fig = data[0].plot()\n",
107
"\n",
108
"#threadpoolctl version. We need to insist on version 3.2.0 \n"
109
0 commit comments