Skip to content

Commit

Permalink
Increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterpeere committed Feb 16, 2024
1 parent 0aad11b commit 699fbf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GHEtool/test/unit-tests/test_grounddata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import numpy as np

from GHEtool.VariableClasses import GroundFluxTemperature, GroundConstantTemperature, GroundTemperatureGradient, GroundLayer
from GHEtool.VariableClasses import FluidData


def test_ground_layer_class():
Expand Down Expand Up @@ -50,6 +51,8 @@ def test_ground_data_unequal():
data = GroundConstantTemperature(3, 10, 2.4*10**6)
data2 = GroundConstantTemperature(3, 11, 2.4*10**6)
assert data != data2
fluid = FluidData(0.3, 3, 9710, 4165, 0.0001)
assert fluid != data


def test_alpha():
Expand Down

0 comments on commit 699fbf3

Please sign in to comment.