Skip to content

Commit 33b2b43

Browse files
committed
Update resampling.rst
1 parent 2dcd859 commit 33b2b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guide/resampling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ stored in the attributes ``psi_a`` and ``psi_b``.
110110
.. ipython:: python
111111
112112
dml_plr_obj.fit();
113-
print(dml_plr_obj.psi_a[:5])
114-
print(dml_plr_obj.psi_b[:5])
113+
print(dml_plr_obj.psi_elements['psi_a'][:5])
114+
print(dml_plr_obj.psi_elements['psi_b'][:5])
115115
116116
.. tabbed:: R
117117

0 commit comments

Comments
 (0)