diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2024-07-12 14:08:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 14:08:53 +0200 |
| commit | a17e7eda3cfd70b033e2fb6097880fba7f5af864 (patch) | |
| tree | 7d41d56c06c358247b305246eefcaf9b7d595cda /opendc-experiments/opendc-experiments-scenario/src/main/Python_scripts/multimodel-retry.ipynb | |
| parent | b6153bbf24970a5b4ba103de00e440911dcc8694 (diff) | |
Merged experiment-scenario and experiment-base by moving ScenarioCli.kt to experiment-base. Renamed the distribution of experiment-base to OpenDCScenarioRunner (#236)
Diffstat (limited to 'opendc-experiments/opendc-experiments-scenario/src/main/Python_scripts/multimodel-retry.ipynb')
| -rw-r--r-- | opendc-experiments/opendc-experiments-scenario/src/main/Python_scripts/multimodel-retry.ipynb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/opendc-experiments/opendc-experiments-scenario/src/main/Python_scripts/multimodel-retry.ipynb b/opendc-experiments/opendc-experiments-scenario/src/main/Python_scripts/multimodel-retry.ipynb deleted file mode 100644 index 02d91831..00000000 --- a/opendc-experiments/opendc-experiments-scenario/src/main/Python_scripts/multimodel-retry.ipynb +++ /dev/null @@ -1,40 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "id": "initial_id", - "metadata": { - "collapsed": true - }, - "outputs": [], - "source": [ - "import numpy as np\n", - "import matplotlib.pyplot as plt\n", - "import pandas as pd\n", - "import os" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 2 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} |
