Closed twshimwell closed 1 year ago
This is usually @cyriltasse 's way of marking some code that he's debugging or hasn't written yet. We shouldn't be hitting it in production.
I did not hit this one did you fix it with your changes @mhardcastle ?
No I didn't, I didn't see it either in my tests.
did you get past the calibration after image_phase?
I didn't...
Oh yeah perhaps I did not get there yet :)
sorry id skipped ahead by doing some of the failing steps with the old kms/ddf
Ok I've hit and fixed this one - and I've recompiled the ddf_dev.sif
image!
One issue im seeing with the new software is:
MS PROPERTIES:
Traceback (most recent call last): File "/usr/local/src/killMS/killMS/kMS.py", line 1558, in
main(OP=OP,MSName=MSName)
File "/usr/local/src/killMS/killMS/kMS.py", line 793, in main
Solver=ClassWirtingerSolver(VS,SM,PolMode=options.PolMode,
File "/usr/local/src/killMS/killMS/Wirtinger/ClassWirtingerSolverLoops.py", line 65, in init
ClassWirtingerSolver.init(self,*args,**kwargs)
File "/usr/local/src/killMS/killMS/Wirtinger/ClassWirtingerSolver.py", line 148, in init
self.SolPredictMachine=ClassSolPredictMachine.ClassSolPredictMachine(GD)
File "/usr/local/src/killMS/killMS/Wirtinger/ClassSolPredictMachine.py", line 38, in init
stop
NameError: name 'stop' is not defined