Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jointcal
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:Alert Production S17 - 6, Alert Production F17 - 7, Alert Production F17 - 8
-
Team:Alert Production
Description
Jointcal currently doesn't manage its output repo directories in the best way. We should probably use something more like os.path.dirname(__file__) + '/.test' as the directory root (currently, .test ends up in the directory it was run from, which could be jointcal/ if run from e.g. scons), and also make sure scons cleans up that directory before a run. We don't want python/pytest to do the cleanup, as we don't want to delete output/plots when a user is running tests as part of development, but having scons do it should be fine.
Hey folks, I note we've been carrying this for a few sprints now, but it's not actually got anybody assigned to work on it. Is the plan that somebody will pick it up spontaneously at a "tech debt day"? Sorry that I am naive in the AP group conventions about this.