Skip to content

Commit

Permalink
Passed user_id in TestRunGreedyModel.py
Browse files Browse the repository at this point in the history
Failing test due to missed user_id parameter.
Passed user_id to rectify.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Dec 1, 2023
1 parent 64232ab commit 3372604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/tests/modellingTests/TestRunGreedyModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test1RoundTripGreedySimilarityBinning(self):
)

model = eamur._load_stored_trip_model(
user_id,
user_id=self.user_id,
model_type=eamumt.ModelType.GREEDY_SIMILARITY_BINNING,
model_storage=eamums.ModelStorage.DOCUMENT_DATABASE,
model_config=greedy_model_config
Expand Down

0 comments on commit 3372604

Please sign in to comment.