From 7453306a254aa0b617af1137d4ca291966f8e70b Mon Sep 17 00:00:00 2001 From: Carsten Hinz <c.hinz@fz-juelich.de> Date: Tue, 14 May 2024 15:11:01 +0200 Subject: [PATCH] removed output from notebook --- tests/produce_data_manyStations.ipynb | 33 ++++----------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/tests/produce_data_manyStations.ipynb b/tests/produce_data_manyStations.ipynb index 1a1f263..fe7ad5f 100644 --- a/tests/produce_data_manyStations.ipynb +++ b/tests/produce_data_manyStations.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -18,20 +18,9 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "<toargridding.grids.RegularGrid at 0x7f07ec2acb50>" - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "#creation of request.\n", "\n", @@ -55,21 +44,9 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Performing request to TOAR DB\n", - "load status endpoint from cache\n", - "try: 1, wait_time: 300\n", - "try: 2, wait_time: 300\n", - "try: 3, wait_time: 300\n" - ] - } - ], + "outputs": [], "source": [ "#CAVE: the request takes over 30minutes per requested year. Therefore this cell needs to be executed at different times to check, if the results are ready for download.\n", "#the processing is done on the server of the TOAR database.\n", -- GitLab