Skip to content

Commit

Permalink
placeholder for method to build coefficient matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Jan 16, 2025
1 parent f6188e8 commit 0f80c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fiasco/ions.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ def level_populations(self,

return u.Quantity(populations)

def _build_coefficient_matrix(self, density):
...

Check warning on line 576 in fiasco/ions.py

View check run for this annotation

Codecov / codecov/patch

fiasco/ions.py#L576

Added line #L576 was not covered by tests

def _level_resolved_rates_interpolation(self, temperature_table, rate_table,
extrapolate_above=False,
extrapolate_below=False):
Expand Down

0 comments on commit 0f80c04

Please sign in to comment.