Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iso2nf.py] Only shell elements #18

Open
kowalskiw opened this issue Feb 24, 2022 · 0 comments
Open

[iso2nf.py] Only shell elements #18

kowalskiw opened this issue Feb 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@kowalskiw
Copy link
Owner

Script does not work when there is no BEAM elements. The following error message is printed:
Traceback (most recent call last): File "D:\fireeng-tools\structures\iso2nf.py", line 661, in <module> run_user_mode(n, args) File "D:\fireeng-tools\structures\iso2nf.py", line 598, in run_user_mode m.make_thermals(arguments.config) File "D:\fireeng-tools\structures\iso2nf.py", line 419, in make_thermals tems, tshs, t_end = read_mech_input(self.input_file) File "D:\fireeng-tools\structures\iso2nf.py", line 74, in read_mech_input if len(tems[element[-1]]) < 3: KeyError: '1'

To be fixed and tested for structures with SHELL elements only.

@kowalskiw kowalskiw added the bug Something isn't working label Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant