Skip to content

Commit

Permalink
Fix lines at ends of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcscott committed Aug 24, 2023
1 parent eefb867 commit 6ed53e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion vayesta/core/bosonic_bath/projected_interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,3 @@ def _loop_df(self, blksize=None):
blk0 = blk1
lab = pyscf.lib.unpack_tril(lab)
yield blk, lab

2 changes: 1 addition & 1 deletion vayesta/tests/core/bath/test_bosonic_bath.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def test_target_dmet_no_project(self):
occ = self._get_occupation("dmet", None)
values = np.array([np.amin(occ), np.amax(occ), np.mean(occ)])
known_values = np.array([1.62184716e-08, 9.82891292e-03, 5.32748449e-04])
self.assertAllclose(values, known_values)
self.assertAllclose(values, known_values)

0 comments on commit 6ed53e4

Please sign in to comment.