Skip to content

Commit

Permalink
Fixes spelling errors in the codebase (#2938)
Browse files Browse the repository at this point in the history
* for test

* Revert "for test"

This reverts commit 55a190d.

* tarids -> tardis

* all spellings fixed
  • Loading branch information
Sonu0305 authored Jan 21, 2025
1 parent aa180cf commit 145a995
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/development/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Set up
======

In this step, ASV configures TARDIS through Mamba.
Packages that use TARIDS are downloaded here.
Packages that use TARDIS are downloaded here.
These packages are mainly found in this ``tardis_env3.yml`` file.
The environment is also configured for ASV to execute benchmarks
and store the results through the ``asv.conf.json`` file.
Expand Down
2 changes: 1 addition & 1 deletion tardis/opacities/continuum/continuum_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def from_legacy_plasma(cls, plasma):
Parameters
----------
plasma : tarids.plasma.BasePlasma
plasma : tardis.plasma.BasePlasma
legacy base plasma
Returns
Expand Down
4 changes: 2 additions & 2 deletions tardis/opacities/macro_atom/macroatom_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def solve_legacy_transition_probabilities(
----------
atomic_data : tardis.io.atom_data.AtomData
Atomic Data
legacy_plasma : tarids.plasma.BasePlasma
legacy_plasma : tardis.plasma.BasePlasma
legacy base plasma
tau_sobolev : pd.DataFrame
Expansion Optical Depths
Expand Down Expand Up @@ -133,7 +133,7 @@ def solve(
Parameters
----------
legacy_plasma : tarids.plasma.BasePlasma
legacy_plasma : tardis.plasma.BasePlasma
legacy base plasma
atomic_data : tardis.io.atom_data.AtomData
Atomic Data
Expand Down
2 changes: 1 addition & 1 deletion tardis/opacities/macro_atom/macroatom_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def from_legacy_plasma(cls, plasma):
Parameters
----------
plasma : tarids.plasma.BasePlasma
plasma : tardis.plasma.BasePlasma
legacy base plasma
Returns
Expand Down
4 changes: 2 additions & 2 deletions tardis/opacities/opacity_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def legacy_solve(self, plasma) -> OpacityState:
Parameters
----------
plasma : tarids.plasma.BasePlasma
plasma : tardis.plasma.BasePlasma
legacy base plasma
Returns
Expand Down Expand Up @@ -72,7 +72,7 @@ def solve(self, plasma) -> OpacityState:
Parameters
----------
plasma : tarids.plasma.BasePlasma
plasma : tardis.plasma.BasePlasma
legacy base plasma
Returns
Expand Down
4 changes: 2 additions & 2 deletions tardis/opacities/opacity_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def from_legacy_plasma(cls, plasma, tau_sobolev):
Parameters
----------
plasma : tarids.plasma.BasePlasma
plasma : tardis.plasma.BasePlasma
legacy base plasma
tau_sobolev : pd.DataFrame
Expansion Optical Depths
Expand Down Expand Up @@ -78,7 +78,7 @@ def from_plasma(cls, plasma, tau_sobolev, beta_sobolev):
Parameters
----------
plasma : tarids.plasma.BasePlasma
plasma : tardis.plasma.BasePlasma
legacy base plasma
tau_sobolev : pd.DataFrame
Expansion Optical Depths
Expand Down

0 comments on commit 145a995

Please sign in to comment.