Skip to content
Snippets Groups Projects
Commit 2bd15768 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

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
1 merge request!324Pull inputs in run(), not run_as_update()
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment