Skip to content

Commit 6e18184

Browse files
removed bad line
1 parent 8c7289e commit 6e18184

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

radar_nowcasting/RadarNowcastBenchmarks.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@
291291
"outputs": [],
292292
"source": [
293293
"# Loading data takes a few minutes\n",
294-
"testing_file = os.path.join(data_path,'/data/processed/nowcast_testing_000.h5')\n",
295294
"with h5py.File(DEST_TRAIN_FILE,'r') as hf:\n",
296295
" Nr = N_TRAIN if N_TRAIN>=0 else hf['IN_vil'].shape[0]\n",
297296
" X_train = hf['IN_vil'][:Nr]\n",
@@ -1334,9 +1333,9 @@
13341333
],
13351334
"metadata": {
13361335
"kernelspec": {
1337-
"display_name": "Python [conda env:miniconda-sevir_challenge]",
1336+
"display_name": "Python [conda env:weather-iap_sevir_challenge]",
13381337
"language": "python",
1339-
"name": "conda-env-miniconda-sevir_challenge-py"
1338+
"name": "conda-env-weather-iap_sevir_challenge-py"
13401339
},
13411340
"language_info": {
13421341
"codemirror_mode": {

0 commit comments

Comments
 (0)