We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337142f commit 17d9dbeCopy full SHA for 17d9dbe
tutorials/poststack.py
@@ -277,3 +277,6 @@
277
axs[5][2].imshow(minv3d_reg[:, :, 220].T, cmap='gist_rainbow', vmin=m.min(), vmax=m.max())
278
axs[5][2].set_title('Regularized Inverted Model iter x-y')
279
axs[5][2].axis('tight')
280
+
281
+###############################################################################
282
+# To run this tutorial with our NCCL backend, refer to :ref:`sphx_glr_tutorials_poststack_nccl.py`
0 commit comments