Module 'openmc.deplete' has no attribute 'CoupledOperator'

Hi everyone.

Could anyone point me in the right direction with this error I am getting? Not sure where I am going wrong…

Thank you all.

Previous versions of OpenMC used openmc.deplete.Operator instead of openmc.deplete.CoupledOperator, so just try using openmc.deplete.Operator.

Thank you so much that solved it !!