You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(geouned_env) $ pip show geouned
Name: geouned
Version: 1.4.0
Expected behavior
Expected coefficients to be returned from points_to_coeffs function.
Error message
File "/path/to/MCNPinput.py", line 501, in Get_primitive_surfaces
normal = FreeCAD.Vector(coeffs[0:3])
~~~~~~^^^^^
TypeError: 'NoneType' object is not subscriptable
Please complete the following information):
OS: Linux
GEOUNED conda miniforge version 1.4.0
Python version 3.11.8
The text was updated successfully, but these errors were encountered:
Describe the bug
Primitives of type
P
fail conversion due to no return from thepoints_to_coeffs
function inMCNPInput.py
To Reproduce
Convert the following file with one of the MCNP CSG to CAD methods (here using JSON):
Conversion JSON:
Using GEOUNED from Conda miniforge:
Expected behavior
Expected coefficients to be returned from
points_to_coeffs
function.Error message
Please complete the following information):
The text was updated successfully, but these errors were encountered: