cmhamel / Exodus.jl

A julia interface for accessing the ExodusII data format
MIT License
9 stars 0 forks source link

Hot fix to ensure read_set_parameters is not called for a Block type.… #163

Closed cmhamel closed 11 months ago

cmhamel commented 11 months ago

… Based on the C exodusII code, it doesn't look like this is the appropriate method to call.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7dd089b) 92.78% compared to head (559a2ab) 90.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #163 +/- ## ========================================== - Coverage 92.78% 90.65% -2.13% ========================================== Files 19 18 -1 Lines 1469 1167 -302 ========================================== - Hits 1363 1058 -305 - Misses 106 109 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cmhamel commented 11 months ago

Addresses issue #161