Skip to content

Commit 50ce325

Browse files
committed
chore(pre-commit): ensure pre-commit is applied
1 parent 9d999b5 commit 50ce325

30 files changed

Lines changed: 39 additions & 34 deletions

tests/regression/cases.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from dataclasses import dataclass
22
from pathlib import Path
3+
34
import pytest
45

56

@@ -16,6 +17,7 @@ class RegressionCase:
1617
config_path (Path): Path to the YAML configuration file defining the scenario.
1718
baseline_path (Path): Path to the expected baseline JSON output.
1819
"""
20+
1921
system: str
2022
config_path: Path
2123
baseline_path: Path
@@ -74,4 +76,4 @@ def discover_cases():
7476
)
7577
)
7678

77-
return cases
79+
return cases

tests/regression/configs/benzaldehyde/axes_off.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ run1:
1212
file_format: "MDCRD"
1313
kcal_force_units: True
1414
search_type: "grid"
15-
customised_axes: false
15+
customised_axes: false

tests/regression/configs/benzaldehyde/frame_window.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ run1:
1111
step: 2
1212
file_format: "MDCRD"
1313
kcal_force_units: True
14-
search_type: "grid"
14+
search_type: "grid"

tests/regression/configs/benzaldehyde/selection_subset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ run1:
1111
step: 1
1212
file_format: "MDCRD"
1313
kcal_force_units: True
14-
search_type: "grid"
14+
search_type: "grid"

tests/regression/configs/benzene/axes_off.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ run1:
1212
file_format: "MDCRD"
1313
kcal_force_units: True
1414
search_type: "grid"
15-
customised_axes: false
15+
customised_axes: false

tests/regression/configs/benzene/frame_window.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ run1:
1111
step: 2
1212
file_format: "MDCRD"
1313
kcal_force_units: True
14-
search_type: "grid"
14+
search_type: "grid"

tests/regression/configs/benzene/selection_subset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ run1:
1111
step: 1
1212
file_format: "MDCRD"
1313
kcal_force_units: True
14-
search_type: "grid"
14+
search_type: "grid"

tests/regression/configs/cyclohexane/axes_off.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ run1:
1212
file_format: "MDCRD"
1313
kcal_force_units: True
1414
search_type: "grid"
15-
customised_axes: false
15+
customised_axes: false

tests/regression/configs/cyclohexane/frame_window.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ run1:
1111
step: 2
1212
file_format: "MDCRD"
1313
kcal_force_units: True
14-
search_type: "grid"
14+
search_type: "grid"

tests/regression/configs/cyclohexane/selection_subset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ run1:
1111
step: 1
1212
file_format: "MDCRD"
1313
kcal_force_units: True
14-
search_type: "grid"
14+
search_type: "grid"

0 commit comments

Comments
 (0)