Skip to content

Commit

Permalink
UPdated docstrings/removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodot- committed Aug 12, 2024
1 parent 20ab5d8 commit 7f24cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tardis/opacities/macro_atom/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def calculate_transition_probabilities(
block_references,
normalize=True,
):
"""Computes non-markov transition probabilities and provides them as a pd.DataFrame
"""Computes transition probabilities and provides them as a pd.DataFrame
Parameters
----------
Expand Down Expand Up @@ -116,7 +116,7 @@ def calculate_transition_probability(
block_references,
normalize,
):
"""Calculate the non-markov transition probabilities using optimized functions
"""Calculate the transition probabilities using optimized functions
Parameters
----------
macro_atom_data : pd.DataFrame
Expand Down
6 changes: 1 addition & 5 deletions tardis/opacities/opacity_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
from tardis.opacities.opacity_state import (
OpacityState,
)
from tardis.opacities.macro_atom.macroatom_solver import (
MacroAtomSolver,
)
from tardis.opacities.macro_atom.macroatom_state import MacroAtomState
import numpy as np
import pandas as pd

from tardis.transport.montecarlo.configuration import montecarlo_globals



class OpacitySolver(object):
Expand Down

0 comments on commit 7f24cec

Please sign in to comment.