Hello, all
Previously, I was using version 0.13.3 for calculation. And I find out that the latest version (0.14.0) was released and the definition of HexagonalPrism was moved to openmc.model.HexagonalPrism() in the surface_composite.py file. So I updated the surface_composite.py file and test openmc.model.HexagonalPrism() and encountered the following error.
TypeError: Surface.init() got an unexpected keyword argument ‘albedo’
Do I have to change all the site-package according to the release note of 0.14.0?
Is there any proper way to update openmc, when I install it from source in Ubuntu? Or do I have to install the latest version from scratch?
Thank you all for advance.