nismod / smif

Simulation Modelling Integration Framework
http://www.itrc.org.uk
MIT License
22 stars 6 forks source link

decisions: decision module should have access to parameters #328

Open willu47 opened 5 years ago

willu47 commented 5 years ago

Update - PR nismod/smif#339 implements a results_handle.get_state() method.

Call to get_parameter() is still outstanding.

~Blocks nismod/nismod2#53 as digital comms decision module requires access to adoption scenario data, based on strategy chosen.~

Above no longer correct as get_results can be used to obtain information from output of model, but it would be very useful if the decision module has access to parameters though a result_handle.get_parameter() method

See also #333