Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add 'dependencies' to better mimic OpenMLFlow
  • Loading branch information
PGijsbers committed Feb 27, 2023
commit 52f246b9ad934623090a07d55988d7e52a12a528
1 change: 1 addition & 0 deletions tests/test_extensions/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

class DummyFlow:
external_version = "DummyFlow==0.1"
dependencies = None


class DummyModel:
Expand Down