Closed brainandforce closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.63
:tada:
Comparison is base (
dcaab94
) 49.13% compared to head (3e6c64b
) 49.77%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Although
Electrum.read_abinit_header()
is not exported, it is now easier to use, as it accepts a generic file name/path argument as well as an I/O handle. I've also defined equality forElectrum.ABINITHeader
objects, and fixedsetindex!()
for them.