Skip to content

Commit

Permalink
Apply new black rules
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Feb 21, 2024
1 parent 93f1b59 commit ce51763
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/library-tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
a CsCl-type structure, computes a smeared version and the Coulomb potential, and
projects on a separate set of points.
"""

# %%

import ase
Expand Down
1 change: 1 addition & 0 deletions tests/calculators/test_meshpotential.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Basic tests if the calculator works and is torch scriptable. Actual tests are done
for the metatensor calculator."""

import math

import torch
Expand Down
1 change: 1 addition & 0 deletions tests/lib/test_fourier_convolution.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Tests for Fourier space convolution class
"""

import pytest
import torch
from torch.testing import assert_close
Expand Down
1 change: 1 addition & 0 deletions tests/lib/test_mesh_interpolator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Tests for mesh interpolator class
"""

import pytest
import torch
from torch.testing import assert_close
Expand Down
1 change: 1 addition & 0 deletions tests/metatensor/test_madelung.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Madelung tests
"""

import pytest
import torch
from torch.testing import assert_close
Expand Down

0 comments on commit ce51763

Please sign in to comment.