Skip to content

Commit

Permalink
fixed codespell and docs ci's
Browse files Browse the repository at this point in the history
  • Loading branch information
tvcastillod committed Nov 5, 2024
1 parent 9824013 commit 47ee97f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions fury/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions fury/actors/odf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 47ee97f

Please sign in to comment.