Skip to content

Commit

Permalink
tarids -> tardis
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonu0305 committed Jan 10, 2025
1 parent dff143c commit e5abd16
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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
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 e5abd16

Please sign in to comment.