For IBCDFO, we presently instruct users to either run some tests from /path/to/BenDFO/data or add that folder to their path so that the dfo.dat file can be found automatically by test code for immediately loading its contents.
Since users already have to specify to Python and MATLAB where the BenDFO code is, would it be acceptable to add simple routines such as load_dfo_XYZ() that IBCDFO tests can call to access the contents of dfo.dat? If so, what should that function name be?
For IBCDFO, we presently instruct users to either run some tests from
/path/to/BenDFO/dataor add that folder to their path so that thedfo.datfile can be found automatically by test code for immediately loading its contents.Since users already have to specify to Python and MATLAB where the BenDFO code is, would it be acceptable to add simple routines such as
load_dfo_XYZ()that IBCDFO tests can call to access the contents ofdfo.dat? If so, what should that function name be?