Skip to content

Commit

Permalink
removed some spacing and a random import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorkowski committed Nov 22, 2023
1 parent 55fb7f7 commit 69466c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/examples/chamber_smps_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
" subfolder='chamber_data',\n",
" settings_suffix='_smps_1d',\n",
")\n",
"\n",
"stream_smps_1d = loader_interface.load_files_interface(\n",
" path=path,\n",
" settings=smps_1d_stream_settings\n",
Expand All @@ -86,7 +85,6 @@
" subfolder='chamber_data',\n",
" settings_suffix='_smps_2d',\n",
")\n",
"\n",
"stream_smps_2d = loader_interface.load_files_interface(\n",
" path=path,\n",
" settings=smps_2d_stream_settings\n",
Expand Down Expand Up @@ -155,7 +153,6 @@
"outputs": [],
"source": [
"# 1 convert to dn/dlogDp\n",
"\n",
"stream_smps_2d.data = convert.convert_sizer_dn(\n",
" diameter=np.array(stream_smps_2d.header, dtype=float),\n",
" dn_dlogdp=stream_smps_2d.data,\n",
Expand Down Expand Up @@ -250,9 +247,6 @@
"source": [
"\n",
"# select the time window\n",
"from pytest import mark\n",
"\n",
"\n",
"bad_window_start_epoch = time_manage.time_str_to_epoch(\n",
" time='09-25-2023 19:00:00',\n",
" time_format='%m-%d-%Y %H:%M:%S',\n",
Expand Down

0 comments on commit 69466c4

Please sign in to comment.