Zhouf23 commited on
Commit
310ef09
1 Parent(s): 261cf5b

Delete data/tcwv05/repair_data.ipynb

Browse files
Files changed (1) hide show
  1. data/tcwv05/repair_data.ipynb +0 -46
data/tcwv05/repair_data.ipynb DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": 1,
6
- "metadata": {},
7
- "outputs": [],
8
- "source": [
9
- "import numpy as np\n",
10
- "import matplotlib.pyplot as plt\n",
11
- "\n",
12
- "data = np.load('/root/Desktop/machine_learning/neural-lam/data/tcwv05/samples/test/tcwv.npy')"
13
- ]
14
- },
15
- {
16
- "cell_type": "code",
17
- "execution_count": null,
18
- "metadata": {},
19
- "outputs": [],
20
- "source": [
21
- "tcwv = data[:365,::4,::4]"
22
- ]
23
- }
24
- ],
25
- "metadata": {
26
- "kernelspec": {
27
- "display_name": ".venv",
28
- "language": "python",
29
- "name": "python3"
30
- },
31
- "language_info": {
32
- "codemirror_mode": {
33
- "name": "ipython",
34
- "version": 3
35
- },
36
- "file_extension": ".py",
37
- "mimetype": "text/x-python",
38
- "name": "python",
39
- "nbconvert_exporter": "python",
40
- "pygments_lexer": "ipython3",
41
- "version": "3.9.18"
42
- }
43
- },
44
- "nbformat": 4,
45
- "nbformat_minor": 2
46
- }