Having trouble with pssarrays.otdf_factors function

asked 2019-11-19 07:35:09 -0500

nkhund2 gravatar image

I have been trying to use this function to calculate the impact of external branch outages on our subsystem to determine which branches to monitor for outages in the external world. When I attempt to run, the program is creating a dfax file and handing it to the function as input just as the API suggests but I get the following error:

Traceback (most recent call last): File "C:\Users\03013\Desktop\SigImpact\sigimpact11S051711.py", line 52, in <module> rlist = pssarrays.otdffactors(dfxfile) File ".\arrfunction2class.py", line 159, in otdffactors File ".\arrfunction2class.py", line 146, in _createdfxobj AttributeError: DFAX_PP instance has no attribute 'ierr'

edit retag flag offensive close merge delete