Background
We need an interface for our models to interact with and should be based off the real model contract. This is also what our mock model needs to obey/
Description
For now, implement a class that defines an interface that takes in a patch and returns a patch. Then create a mock model that implements this interface and applies a determistic function to the input patch and return and ouput.
Background
We need an interface for our models to interact with and should be based off the real model contract. This is also what our mock model needs to obey/
Description
For now, implement a class that defines an interface that takes in a patch and returns a patch. Then create a mock model that implements this interface and applies a determistic function to the input patch and return and ouput.