This PR adds support for Windows, and expands/tests the human_b function.
The only thing that didn't seem to work in windows was the backslashes in paths in LaTeX files. Since there was only one place where that was used (\includegraphics in Figures) it was an easy fix.
I also expanded the human_b function to include Pebibytes and Exbibytes, and added a unit-test for that function.
This PR adds support for Windows, and expands/tests the
human_b
function.The only thing that didn't seem to work in windows was the backslashes in paths in LaTeX files. Since there was only one place where that was used (
\includegraphics
in Figures) it was an easy fix.I also expanded the
human_b
function to include Pebibytes and Exbibytes, and added a unit-test for that function.This change is