Skip to content

Commit e34e92e

Browse files
committed
Update message classes in test BP:
isc.py.ens.Request - isc.py.msg.ExecutionRequest isc.py.ens.Response - isc.py.msg.ExecutionResponse
1 parent a1da7bd commit e34e92e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

isc/py/test/Process.cls

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ result=corrmat.to_string()
4646
//PyRun_SimpleString("f.close()
4747
cnxn.close()
4848
]]></annotation>
49-
<request type='isc.py.ens.Request' >
49+
<request type='isc.py.msg.ExecutionRequest' >
5050
<assign property="callrequest.Variables" value="&quot;result&quot;" action="set" />
5151
<assign property="callrequest.Code" value="process.GetAnnotation(&quot;Correlation Matrix: Tabular&quot;)" action="set" />
5252
</request>
53-
<response type='isc.py.ens.Response' />
53+
<response type='isc.py.msg.ExecutionResponse' />
5454
</call>
5555
<sync name='Wait Correlation Matrix: Tabular' calls='Correlation Matrix: Tabular' type='all' xpos='200' ypos='350' />
5656
<call name='Correlation Matrix: Graph' target='isc.py.ens.Operation' async='1' xpos='200' ypos='450' >
@@ -62,10 +62,10 @@ sns.heatmap(corrmat,xticklabels=corrmat.columns,yticklabels=corrmat.columns)
6262
plt.title('Correlation analysis of category sales volumes (by year/month)')
6363
f.savefig(r'C:\InterSystems\Ensemble\mgr\Temp\SHOWCASE004USE02.png')
6464
plt.close(f)]]></annotation>
65-
<request type='isc.py.ens.Request' >
65+
<request type='isc.py.msg.ExecutionRequest' >
6666
<assign property="callrequest.Code" value="process.GetAnnotation(&quot;Correlation Matrix: Graph&quot;)" action="set" />
6767
</request>
68-
<response type='isc.py.ens.Response' />
68+
<response type='isc.py.msg.ExecutionResponse' />
6969
</call>
7070
<sync name='Wait Correlation Matrix: Graph' calls='Correlation Matrix: Graph' type='all' xpos='200' ypos='550' />
7171
</sequence>

0 commit comments

Comments
 (0)