Within Biomeasure, we create an instance of Bioinput (from another file) and then assign the output of the method that reads from the .csv file to an attribute in Biomeasure.
However, when we later attempt to use that attribute, it is showing up as empty.
There are also other indications that Biomeasure cannot access Bioinput (e.g., attempting to print Bioinput's attribute file results in an error).
Nevermind:
Fixed this issue -- was trying to use Bioinput before instantiating Bioinput
Have already merged input/output & hr processing together. This is a code review.