"plt.pie([x.mean() for x in [df['walltime propagation (ms)'][50:-10], df['walltime filter update (ms)'][50:-10]]], labels=['walltime propagation (ms)', 'walltime filter update (ms)'])\n",
"#plt.legend()\n",
"plt.show()"
]
]
},
},
{
{
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {},
"metadata": {},
"source": [
"source": [
".... ok seems like the environment is still not working - so lets use matplotlib"
"For our dummy case we see that the filter update takes longer than the propagation. This relation wil linverse when we use real world simulatoins that are harder to calculate than a simple addition"