File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 132132 "name": "stdout",
133133 "output_type": "stream",
134134 "text": [
135- "data/A.sgy 2.0 500.0 \n"
135+ "data/A.sgy 2000 \n"
136136 ]
137137 }
138138 ],
141141 "\n",
142142 "# Context manager: recommended\n",
143143 "with segfast.open(path=path) as file:\n",
144- " print(file.path, file.sample_interval, file.sample_rate )"
144+ " print(file.path, file.sample_interval)"
145145 ]
146146 },
147147 {
163163 "name": "stdout",
164164 "output_type": "stream",
165165 "text": [
166- "data/A.sgy 2.0 500.0 \n"
166+ "data/A.sgy 2000 \n"
167167 ]
168168 }
169169 ],
174174 "with open('tester.pckl', 'rb') as file:\n",
175175 " reloaded = pickle.load(file)\n",
176176 "\n",
177- "print(reloaded.path, reloaded.sample_interval, reloaded.sample_rate )"
177+ "print(reloaded.path, reloaded.sample_interval)"
178178 ]
179179 },
180180 {
You can’t perform that action at this time.
0 commit comments