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

The python code examples in section 3.1 don't work. #96

Open
RomanMironenko opened this issue Aug 17, 2023 · 0 comments
Open

The python code examples in section 3.1 don't work. #96

RomanMironenko opened this issue Aug 17, 2023 · 0 comments

Comments

@RomanMironenko
Copy link

When executing python code, an error message is displayed in section 3.1.:

TypeError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_3356/82368212.py in
16 to_del.append(s.mesh)
17 for m in to_del:
---> 18 del slice._subslices[m]
19
20 extent = (slice.extent[0][0], slice.extent[0][1],

TypeError: unhashable type: 'Mesh'

Version: fdsreader1.9.1 , FDS 6.7.5

I ask you to update the python code in section 3.1.

I'm new to the fdsreader library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant