You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protocol_execution_unbound_outputs and protocol_execution_unbound_inputs does not appear to be working correctly. When running the paml_demo.ipynb notebook, Parameters which are bound (assigned a ParameterValue when the ExecutionEngine is instantiated) are showing up as unbound (listed twice)
Protocol Inputs:
wavelength = 100.0
wavelength
Protocol Outputs:
absorbance
absorbance
The text was updated successfully, but these errors were encountered:
protocol_execution_unbound_outputs
andprotocol_execution_unbound_inputs
does not appear to be working correctly. When running the paml_demo.ipynb notebook, Parameters which are bound (assigned a ParameterValue when the ExecutionEngine is instantiated) are showing up as unbound (listed twice)Protocol Inputs:
Protocol Outputs:
The text was updated successfully, but these errors were encountered: