Please make an issue to move synthetic_utils out of sampleworks.eval (and probably the present file too, since we're clearly using these in other places besides eval.
Originally posted by @marcuscollins in #272
Currently core imports functions from synthetic_utils.py and generate_synthetic_sf.py which live under src/sampleworks/eval/. They should be moved. Might considered moving generate_synthetic_density.py to be in consistent location with generate_synthetic_sf.py but it currently function as pure eval.
Originally posted by @marcuscollins in #272
Currently core imports functions from
synthetic_utils.pyandgenerate_synthetic_sf.pywhich live undersrc/sampleworks/eval/. They should be moved. Might considered movinggenerate_synthetic_density.pyto be in consistent location withgenerate_synthetic_sf.pybut it currently function as pure eval.