openmsr / CAD_to_OpenMC

code to target the conversion from a step-file to a h5m-geometry for neutronics
MIT License
25 stars 16 forks source link

'Assembly' object has no attribute 'run' #112

Closed eliasfrimanns closed 4 days ago

eliasfrimanns commented 6 days ago

I tried to run a simple script described in this recent tutorial https://youtu.be/ACPehDVfUrE?feature=shared&t=550 by @ebknudsen, and I got this attribute error:

AttributeError: 'Assembly' object has no attribute 'run'

Since (from the API), Assembly has the attribute run, I have no idea how I can start fixing this.

EDIT: I am running version 0.14.0

EDIT2: The OS I am running on is Ubuntu 18.04 if that is relevant

eliasfrimanns commented 4 days ago

I am running on a version too old for the run attribute