Skip to content

Commit

Permalink
fixup! Add unit test for surface initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Nov 29, 2023
1 parent 73db9ea commit eb7499d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konrad/test/test_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def test_init(self):

for t in init_args:
surf = surface.FixedTemperature(temperature=t)
assert surf == np.array([280.0], dtype=float)
assert surf["temperature"] == np.array([280.0], dtype=float)

0 comments on commit eb7499d

Please sign in to comment.