Hi,
I am getting this following error while plotting scatter plots comparing the energy, force and stress computed from MTP and reference method.
Traceback (most recent call last):
File "Plot.py", line 2, in <module>
moment_tensor_potential_training._nlplotScatter(fit_index=0)
File "zipdir\NL\Study\MomentTensorPotential\MomentTensorPotentialTraining.py", line 1661, in _nlplotScatter
File "zipdir\NL\GUI\Graphics\Plotter\Utilities\Scripting.py", line 97, in show
File "zipdir\NL\GUI\Graphics\Plotter\PlotView\PlotView.py", line 59, in __init__
File "zipdir\NL\GUI\Graphics\Plotter\PlotView\BasicPlotView.py", line 80, in __init__
File "zipdir\NL\GUI\Graphics\Plotter\PlotView\PlotController.py", line 169, in plot
File "zipdir\NL\GUI\Graphics\Plotter\PlotView\PlotController.py", line 189, in _constructDelegatesInLayout
File "zipdir\NL\GUI\Graphics\Plotter\PlotView\PlotController.py", line 227, in _constructDelegatesInFrame
File "zipdir\NL\GUI\Graphics\Plotter\PlotView\PlotController.py", line 250, in _constructDelegatesInFrameForModel
File "zipdir\NL\GUI\Graphics\Plotter\PlotView\PlotController.py", line 287, in _constructDelegateInFrameForItem
TypeError: 'NoneType' object is not callable
Also, Could anyone let me know what are the attributes for the Moment Tensor Potential Training object.