From a17e7eda3cfd70b033e2fb6097880fba7f5af864 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Fri, 12 Jul 2024 14:08:53 +0200 Subject: Merged experiment-scenario and experiment-base by moving ScenarioCli.kt to experiment-base. Renamed the distribution of experiment-base to OpenDCScenarioRunner (#236) --- .../src/main/Python_scripts/multimodel-retry.ipynb | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 opendc-experiments/opendc-experiments-scenario/src/main/Python_scripts/multimodel-retry.ipynb (limited to 'opendc-experiments/opendc-experiments-scenario/src/main/Python_scripts/multimodel-retry.ipynb') 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 -} -- cgit v1.2.3