We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
material tags can be read
import h5py dag = h5py.File("dagmc.h5m") d=dag['/tstt/tags/NAME'] c=d.get('values') c.shape c[1] c[0] import numpy as np np.array2string(c[0])
The text was updated successfully, but these errors were encountered:
s2=s.rstrip("\x00'") s3=s2.replace('\x','')
s4=s3.lstrip("b'") bytes.fromhex(s4)
Sorry, something went wrong.
import h5py dagmc_file_contents = h5py.File('dagmc.h5m') groups=dagmc_file_contents['/tstt/sets/children'] print(len(groups)
No branches or pull requests
material tags can be read
The text was updated successfully, but these errors were encountered: