Skip to content

Commit

Permalink
update nbval and remove semicolons from nb's
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Nov 11, 2024
1 parent 0299804 commit 08e0090
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
6 changes: 3 additions & 3 deletions docs/TrendAnalysis_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"ax.plot(df.index, df.soiling, 'o', alpha=0.01)\n",
"#ax.set_ylim(0,1500)\n",
"fig.autofmt_xdate()\n",
"ax.set_ylabel('soiling signal');\n",
"ax.set_ylabel('soiling signal')\n",
"plt.show()\n",
"\n",
"df['power'] = df['power_ac'] * df['soiling']"
Expand Down Expand Up @@ -62188,7 +62188,7 @@
"# Visualize the results\n",
"ta_new_filter.plot_degradation_summary('sensor', summary_title='Sensor-based degradation results',\n",
" scatter_ymin=0.5, scatter_ymax=1.1,\n",
" hist_xmin=-30, hist_xmax=45);\n",
" hist_xmin=-30, hist_xmax=45)\n",
"plt.show()"
]
},
Expand Down Expand Up @@ -62275,7 +62275,7 @@
"# Visualize the results\n",
"ta_stuck_filter.plot_degradation_summary('sensor', summary_title='Sensor-based degradation results',\n",
" scatter_ymin=0.5, scatter_ymax=1.1,\n",
" hist_xmin=-30, hist_xmax=45);\n",
" hist_xmin=-30, hist_xmax=45)\n",
"plt.show()"
]
},
Expand Down
Loading

0 comments on commit 08e0090

Please sign in to comment.