paddle 1.2.3__py3-none-any.whl → 1.2.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- paddle/__init__.py +1 -1
- {paddle-1.2.3.dist-info → paddle-1.2.4.dist-info}/METADATA +21 -1
- {paddle-1.2.3.dist-info → paddle-1.2.4.dist-info}/RECORD +6 -6
- {paddle-1.2.3.dist-info → paddle-1.2.4.dist-info}/WHEEL +0 -0
- {paddle-1.2.3.dist-info → paddle-1.2.4.dist-info}/entry_points.txt +0 -0
- {paddle-1.2.3.dist-info → paddle-1.2.4.dist-info}/licenses/LICENSE +0 -0
paddle/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: paddle
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Python Atmospheric Dynamics: Discovery and Learning about Exoplanets. An open-source, user-friendly python frontend of canoe
|
|
5
5
|
Project-URL: Homepage, https://github.com/elijah-mullens/paddle
|
|
6
6
|
Project-URL: Repository, https://github.com/elijah-mullens/paddle
|
|
@@ -158,3 +158,23 @@ Follow the steps below to set up your development environment.
|
|
|
158
158
|
## Troubleshooting
|
|
159
159
|
|
|
160
160
|
1. If you have Docker installed but do not have Docker Compose, remove your current Docker installation, which could be docker or docker.io, and re-install it following the guide provided in the [Develop with Docker](#develop-with-docker) section above.
|
|
161
|
+
|
|
162
|
+
2. If you run out of disk space while building the image. You can relocate the default location for container images:
|
|
163
|
+
Here is a simple recipe:
|
|
164
|
+
|
|
165
|
+
1. Generate config (if you don’t already have one):
|
|
166
|
+
```
|
|
167
|
+
sudo mkdir -p /etc/containerd
|
|
168
|
+
containerd config default | sudo tee /etc/containerd/config.toml >/dev/null
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
2. Edit `/etc/containerd/config.toml` and set:
|
|
172
|
+
```
|
|
173
|
+
root = "/home/containerd" # location where you have space
|
|
174
|
+
state = "/run/containerd"
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
3. Restart
|
|
178
|
+
```
|
|
179
|
+
sudo systemctl restart containerd
|
|
180
|
+
```
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
paddle/__init__.py,sha256=
|
|
1
|
+
paddle/__init__.py,sha256=OJpL3vZZL8UOJA9bcaRLcCrp_nncjvCF4WtE2f5q9uI,281
|
|
2
2
|
paddle/crm.py,sha256=pME4nF5gjlJm-36yMl0N8bzT6UBr2CsOD6nopby7e9M,1993
|
|
3
3
|
paddle/cubed_sphere_ui.py,sha256=2oYfAje6ALuT21fRMFKLYigr59yWDdP3_y6dZ8B4j44,1732
|
|
4
4
|
paddle/cubed_sphere_utils.py,sha256=c7vr0S7JEiMy5UjmEK51gmGZY0j144UjVRsp2wO-iig,11686
|
|
@@ -10,8 +10,8 @@ paddle/plot_cubed_sphere_panel.py,sha256=jK813orIrRHjvZ5WwX3gzAZ1cub8eQFRTqU8cXt
|
|
|
10
10
|
paddle/pt2nc.py,sha256=lLviBm6a2O05RvuPQc8DxV5pGr_VEhlSkrKPV1lQ3yU,3913
|
|
11
11
|
paddle/setup_profile.py,sha256=A4ityv7RKeOyAEcsGKewxI_VHFeJ3mMGgqrxKnBCkMk,8869
|
|
12
12
|
paddle/write_profile.py,sha256=TFpRvh0OKDIuDfiUqvxrI53AokAkkiVjTtXWXNtXTzU,3912
|
|
13
|
-
paddle-1.2.
|
|
14
|
-
paddle-1.2.
|
|
15
|
-
paddle-1.2.
|
|
16
|
-
paddle-1.2.
|
|
17
|
-
paddle-1.2.
|
|
13
|
+
paddle-1.2.4.dist-info/METADATA,sha256=j1LXJU68XtV5OsZA2c1IXa7o5J9ANr3qhs43_PoUKr8,6570
|
|
14
|
+
paddle-1.2.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
15
|
+
paddle-1.2.4.dist-info/entry_points.txt,sha256=pDR96GW6ylBZrbFd-tRGthW8qTuYaSLjrEt1LFIEYto,48
|
|
16
|
+
paddle-1.2.4.dist-info/licenses/LICENSE,sha256=e6NthgKABUnLRqjuETcBGgsOuA-aJANpNoeXMe9RBso,1071
|
|
17
|
+
paddle-1.2.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|