Fix notebook `intermediate/indexing/why-an-index.ipynb`
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức phù hợp với người mới
- 75/100
Hướng nghiên cứu
Mở intermediate/indexing/why-an-index.ipynb và chạy từ đầu đến cuối, tập trung vào Cell In[16], nơi periodic.sel(angle=q) tạo ra một chiều angle có một phần tử. Kiểm tra hành vi lập chỉ mục với đầu vào mảng và cập nhật notebook để các giá trị được vẽ khớp với 721 phần tử của q; hoàn tất việc chạy lại toàn bộ notebook mà không gặp lỗi số chiều đã được báo cáo.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
This notebook (looking at 54df4e2fc01e51905210793f7aa01df0d87be86b ) doesn't run top to bottom
Cell In[16], [line 7](vscode-notebook-cell:?execution_count=16&line=7)
3 periodic_temp = periodic.sel(angle=q)
4
5 fig, ax = plt.subplots(figsize=(9, 4))
6 ax.scatter(sensor_fold, metal_ring.values, color="0.3", s=45, zorder=5, label="the sensors")
----> [7](vscode-notebook-cell:?execution_count=16&line=7) ax.plot(q, periodic_temp, color="tab:green", lw=2.5, label="PeriodicIndex .sel")
8 ax.plot(q, default_temp, color="tab:red", lw=2, label="default index")
9 ax.axvline(0, color="0.6", ls=":", lw=1)
10 ax.set_xlabel("query angle (°)")
File ~/coding/repos/xarray-tutorial/.pixi/envs/default/lib/python3.14/site-packages/matplotlib/axes/_axes.py:1792, in Axes.plot(self, scalex, scaley, data, *args, **kwargs)
1549 """
1550 Plot y versus x as lines and/or markers.
1551
(...) 1789 (``'green'``) or hex strings (``'#008000'``).
1790 """
1791 kwargs = cbook.normalize_kwargs(kwargs, mlines.Line2D)
-> [1792](https://file+.vscode-resource.vscode-cdn.net/Users/Hodgs004/coding/repos/xarray-tutorial/intermediate/indexing/~/coding/repos/xarray-tutorial/.pixi/envs/default/lib/python3.14/site-packages/matplotlib/axes/_axes.py:1792) lines = [*self._get_lines(self, *args, data=data, **kwargs)]
1793 for line in lines:
1794 self.add_line(line)
File ~/coding/repos/xarray-tutorial/.pixi/envs/default/lib/python3.14/site-packages/matplotlib/axes/_base.py:331, in _process_plot_var_args.__call__(self, axes, data, return_kwargs, *args, **kwargs)
329 this += args[0],
...
511 if x.ndim > 2 or y.ndim > 2:
512 raise ValueError(f"x and y can be no greater than 2D, but have "
513 f"shapes {x.shape} and {y.shape}")
ValueError: x and y must have same first dimension, but have shapes (721,) and (1,)
I don't think the index is working as expected when angle is an array input.
periodic_temp = periodic.sel(angle=q) # `q.shape` is `(721,)`
# but `periodic_temp.sizes` is `Frozen({'angle': 1})`
cc @ianhi
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 204
- Fork
- 121
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của xarray-contrib/xarray-tutorial
-
help wanted
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 48/100
xarray-contrib/xarray-tutorial#362 · 2 bình luận · 1 reaction ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 55/100
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 35/100
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 38/100
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 55/100
xarray-contrib/xarray-tutorial#326 · 1 reaction ·
Tất cả issue của xarray-contrib/xarray-tutorial
Issue tương tự
-
bug needs triage p2
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
GoogleCloudPlatform/DataflowTemplates#4273 · 1 bình luận ·
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 90/100
-
correction metadata
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 72/100
acl-org/acl-anthology#10025 · 1 bình luận ·
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
-
indexing issue in correct_cte Đang mở
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 76/100