svalinn / DAGMC

Direct Accelerated Geometry Monte Carlo Toolkit
https://svalinn.github.io/DAGMC
Other
100 stars 63 forks source link

Additional tests are required for the dagmc_tag_material script #257

Closed makeclean closed 7 years ago

makeclean commented 10 years ago

Additional unit tests are required, specifically a test on the function tag_to_script, to ensure all groups are found. I suggest we make a system call on this test, for example

  mbsize -ll test.h5m  | grep 'mat:'

Will give all group names of the form "mat:*", I suggest we read the standard out of this result and compare against the vector of tags as a result of running the tag_to_script function.

ljacobson64 commented 7 years ago

Don't think we use this script anymore