File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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",
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": {
You can’t perform that action at this time.
0 commit comments