Skip to content

Commit

Permalink
Reformat, reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
genisott committed Nov 28, 2024
1 parent 2026fe2 commit 0b065c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 2 additions & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import hypothesis
import pytest
import linerate
import numpy as np

hypothesis.settings.register_profile("default", deadline=None)
hypothesis.settings.load_profile("default")
Expand All @@ -17,11 +19,6 @@ def rng(random_seed):
return np.random.default_rng(random_seed)


import numpy as np
import pytest
import linerate


@pytest.fixture
def drake_conductor_a():
return linerate.Conductor(
Expand Down
5 changes: 0 additions & 5 deletions tests/models/test_thermal_model.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
"""Test cases from Annex E of CIGRE TB 601."""

import numpy as np
import pytest

import linerate


def test_compute_conductor_temperature(example_model_1_conductors, example_model_2_conductors):
# Check that the ampacity of a span with two conductors is divided
# when computing the conductor temperature.
Expand Down

0 comments on commit 0b065c9

Please sign in to comment.