Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namera9 committed Apr 23, 2024
1 parent 76b096c commit 285d82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_write_score_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def test_validate_score_wrapper_syntax(self):
code = 'def score_function():\n\tprint("Scoring")\n\tresult = model.predict(data)\n\treturn result\n'
#send through validate score_wrapper_syntax
result = pzmm.ScoreWrapper.validate_score_wrapper_syntax(code)
#assert true
#assert
self.assertTrue(result)

0 comments on commit 285d82a

Please sign in to comment.