Skip to content

Commit

Permalink
removed bad line
Browse files Browse the repository at this point in the history
  • Loading branch information
markveilletteLL committed Jan 5, 2021
1 parent 8c7289e commit 6e18184
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions radar_nowcasting/RadarNowcastBenchmarks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@
"outputs": [],
"source": [
"# Loading data takes a few minutes\n",
"testing_file = os.path.join(data_path,'/data/processed/nowcast_testing_000.h5')\n",
"with h5py.File(DEST_TRAIN_FILE,'r') as hf:\n",
" Nr = N_TRAIN if N_TRAIN>=0 else hf['IN_vil'].shape[0]\n",
" X_train = hf['IN_vil'][:Nr]\n",
Expand Down Expand Up @@ -1334,9 +1333,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:miniconda-sevir_challenge]",
"display_name": "Python [conda env:weather-iap_sevir_challenge]",
"language": "python",
"name": "conda-env-miniconda-sevir_challenge-py"
"name": "conda-env-weather-iap_sevir_challenge-py"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 6e18184

Please sign in to comment.