Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Holas committed Oct 12, 2023
1 parent 2114bc5 commit 69cde82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tardis/plasma/properties/atomic.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ def calculate(self, atomic_data):
],
names=["source_level_idx", "destination_level_idx"],
)

level_idxs2line_idx = pd.Series(
np.arange(len(index)), index=index, name="lines_idx"
)
Expand Down
1 change: 0 additions & 1 deletion tardis/plasma/properties/transition_probabilities.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
from operator import le

import numpy as np
import pandas as pd
Expand Down

0 comments on commit 69cde82

Please sign in to comment.