Skip to content

Commit

Permalink
fix initialization in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Reep committed Sep 18, 2024
1 parent 628ecc8 commit 4adf993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiasco/tests/test_gaunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def ion(hdf5_dbase_root):

@pytest.fixture
def gaunt_factor(hdf5_dbase_root):
return fiasco.GauntFactor()
return fiasco.GauntFactor(hdf5_dbase_root=hdf5_dbase_root)

@pytest.mark.parametrize(('ionization_stage', 'zeta'), [
(2, 32.0),
Expand Down

0 comments on commit 4adf993

Please sign in to comment.