Skip to content

Commit

Permalink
apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Nov 13, 2024
1 parent 6cc0707 commit 1e99b0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions carsus/io/tests/test_vald.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ def test_vald_reader_vald_raw(vald_raw, index, wl_air, log_gf, e_low, e_up):
],
)
def test_vald_reader_vald(vald, index, wl_air, log_gf, e_low, e_up, ion_charge):
row = vald[
1
].loc[
row = vald[1].loc[
index
] # vald is a length two array. The first element is the atoms and the second is the molecules
assert_almost_equal(row["WL_air(A)"], wl_air)
Expand Down

0 comments on commit 1e99b0f

Please sign in to comment.