Skip to content

Commit

Permalink
Short docstring for TestUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-tfn committed Jan 9, 2024
1 parent 9943d94 commit 234ce4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gravity_model/test_multi_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ def fixture_cal_furness(data_dir, infilled, furness_jac_conf, trip_ends, mock_di


class TestUtils:
# only one test currently so leaving in this file
def test_infill_costs(self, infilled_from_code, infilled_expected):
"""Test the method to infill a cost matrix (mainly intrazonal costs"""
assert np.array_equal(np.round(infilled_expected, 3), np.round(infilled_from_code, 3))


Expand Down

0 comments on commit 234ce4a

Please sign in to comment.