See https://github.com/autoplot/dev/blob/master/bugs/sf/2863/demoBug2863_2.jy
This produces two DEP0: ffx= fft(sin(linspace(0,TAU*20,1024))) ffx_real= ffx[:,0] ffx_imag= ffx[:,1] formatDataSet(ffx_real,PWD+'ffx.sav?ffx_real') formatDataSet(ffx_imag,PWD+'ffx.sav?ffx_imag&append=T')
export to IDLSav with two variables having the same name
(7) This incorrectly marks canAddRecord as not used: def updateCanAddRecord(): global ccr canAddRecord= True if ccr.ACI1_Time is None: canAddRecord=False if ccr.ACI1_MLat is None: canAddRecord=False if ccr.ACI2_Time is None: canAddRecord=False if ccr.ACI2_MLat is None: canAddRecord=False if ccr.characterization is None: canAddRecord= False elif ccr.characterization.strip()=='': canAddRecord= False gui.addRecordBTN.enabled= canAddRecord
result=... could be used to indicate that the last expression should not be used and the node visualized. I often want to look at intermediate nodes when I need to debug the expression.
overplotOf=p repeated
Intermediate expressions in mash-up tool
Jython indexing mode not supported which should be