Remove redundant stuff

This commit is contained in:
Aleksander Piotrowski 2021-05-21 21:36:24 +02:00
parent f6ce2585b8
commit 8bdc851fae
13 changed files with 13 additions and 10357 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -84,3 +84,4 @@ dependencies:
- urllib3==1.26.4 - urllib3==1.26.4
- wcwidth==0.2.5 - wcwidth==0.2.5
- webencodings==0.5.1 - webencodings==0.5.1
- hyperopt==0.2.5

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 111,
"id": "alike-morgan", "id": "alike-morgan",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@ -10,21 +10,17 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"Collecting package metadata (current_repodata.json): done\n", "The autoreload extension is already loaded. To reload it, use:\n",
"Solving environment: done\n", " %reload_ext autoreload\n",
"Collecting package metadata (current_repodata.json): failed\n",
"\n", "\n",
"CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/linux-64/current_repodata.json>\n",
"Elapsed: -\n",
"\n", "\n",
"==> WARNING: A newer version of conda exists. <==\n", "An HTTP error occurred when trying to retrieve this URL.\n",
" current version: 4.9.2\n", "HTTP errors are often intermittent, and a simple retry will get you on your way.\n",
" latest version: 4.10.1\n", "'https://conda.anaconda.org/conda-forge/linux-64'\n",
"\n", "\n",
"Please update conda by running\n",
"\n",
" $ conda update -n base conda\n",
"\n",
"\n",
"\n",
"# All requested packages already installed.\n",
"\n" "\n"
] ]
} }
@ -45,8 +41,9 @@
"import os\n", "import os\n",
"os.environ['KMP_DUPLICATE_LIB_OK'] = 'True'\n", "os.environ['KMP_DUPLICATE_LIB_OK'] = 'True'\n",
"\n", "\n",
"# import sys\n", "######################\n",
"# !conda install --yes --prefix {sys.prefix} numpy hyperopt\n", "# I have added hyperopt package to environment.yml. \n",
"######################\n",
"\n", "\n",
"import warnings\n", "import warnings\n",
"warnings.filterwarnings(\"ignore\")" "warnings.filterwarnings(\"ignore\")"