From 47ee97f1a61ba8e122faa9ed249d5f80030326ba Mon Sep 17 00:00:00 2001 From: tvcastillod Date: Mon, 4 Nov 2024 22:37:23 -0500 Subject: [PATCH] fixed codespell and docs ci's --- .codespellrc | 2 +- fury/actor.py | 4 ++-- fury/actors/odf.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.codespellrc b/.codespellrc index c48cd788c..31076209a 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,4 +2,4 @@ skip = .git,*.pdf,*.svg,*.bib,*.html # ue,lod,ans,lastr,numer,lamda,PrIs -- variable names # Hart,Flagg -- name -ignore-words-list = IST,nd,te,ue,lod,hart,ans,lastr,numer,lamda,flagg,pris,lod,IST,tese +ignore-words-list = IST,nd,te,ue,lod,hart,ans,lastr,numer,lamda,flagg,pris,lod,IST,tese,shs diff --git a/fury/actor.py b/fury/actor.py index 26b948c2e..5ad8b9207 100644 --- a/fury/actor.py +++ b/fury/actor.py @@ -4036,8 +4036,8 @@ def odf(centers, coeffs, sh_basis="descoteaux", scales=1.0, opacity=1.0): Corresponding SH coefficients for the ODFs. sh_basis: str, optional Type of basis (descoteaux, tournier) - 'descoteaux' for the default ``descoteaux07`` DYPY basis. - 'tournier' for the default ``tournier07` DYPY basis. + 'descoteaux' for the default ``descoteaux07`` DIPY basis. + 'tournier' for the default ``tournier07`` DIPY basis. scales : float or ndarray (N, ), optional ODFs size. opacity : float, optional diff --git a/fury/actors/odf.py b/fury/actors/odf.py index fd317b8d5..0699d0165 100644 --- a/fury/actors/odf.py +++ b/fury/actors/odf.py @@ -26,8 +26,8 @@ def sh_odf(centers, coeffs, degree, sh_basis, scales, opacity): 2D ODFs array in SH coefficients. sh_basis: str, optional Type of basis (descoteaux, tournier) - 'descoteaux' for the default ``descoteaux07`` DYPY basis. - 'tournier' for the default ``tournier07` DYPY basis. + 'descoteaux' for the default ``descoteaux07`` DIPY basis. + 'tournier' for the default ``tournier07`` DIPY basis. degree: int, optional Index of the highest used band of the spherical harmonics basis. Must be even, at least 2 and at most 12.