-
- Downloads
Add can_produce_data() method to SqDistAlgorithm
This simply returns True from can_produce_data(), which is appropriate because 1) a stateful algorithm should be able to procude data as long as it starts from a valid state, adn 2) SqDistAlgorithm itself checks this state. If we ever implement a different stateful algorithm, it should do something similar.
parent
dd71bde9
No related branches found
No related tags found
Loading
Please register or sign in to comment