Skip to content

Commit

Permalink
Update test_econf_embd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed May 14, 2024
1 parent c2f6fbb commit 0cc6af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tests/common/test_econf_embd.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def test_fe(self):
(6, "p"): [0, 0, 0],
(6, "d"): [0, 0, 0, 0, 0],
(7, "s"): [0],
(7, "p"): [0, 0, 0],
}
self.assertDictEqual({kk: list(vv) for kk, vv in res.items()}, expected_res)

Expand Down

0 comments on commit 0cc6af9

Please sign in to comment.