Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
humbleOldSage committed Dec 9, 2023
1 parent 33cdaab commit 01fcb2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 2 additions & 5 deletions emission/tests/modellingTests/TestForestModelLoadandSave.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@


class TestForestModelLoadandSave(unittest.TestCase):
"""these tests were copied forward during a refactor of the tour model
[https://github.com/e-mission/e-mission-server/blob/10772f892385d44e11e51e796b0780d8f6609a2c/emission/analysis/modelling/tour_model_first_only/load_predict.py#L114]
it's uncertain what condition they are in besides having been refactored to
use the more recent tour modeling code.
"""
Tests to make sure the model load and save properly
"""

def setUp(self):
Expand Down
8 changes: 3 additions & 5 deletions emission/tests/modellingTests/TestRunForestModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@


class TestRunForestModel(unittest.TestCase):
"""these tests were copied forward during a refactor of the tour model
[https://github.com/e-mission/e-mission-server/blob/10772f892385d44e11e51e796b0780d8f6609a2c/emission/analysis/modelling/tour_model_first_only/load_predict.py#L114]
it's uncertain what condition they are in besides having been refactored to
use the more recent tour modeling code.
"""
Tests to ensure Pipeline builds and runs with zero
or more trips
"""

def setUp(self):
Expand Down

0 comments on commit 01fcb2a

Please sign in to comment.