Move generate_ground_truth_recording to generation module#4588
Move generate_ground_truth_recording to generation module#4588h-mayorquin wants to merge 1 commit into
generate_ground_truth_recording to generation module#4588Conversation
|
Even it looks noisy, I was happy with the explicit
And more importantly we absolutly need that this must use always 'on_the_fly' !!! |
I agree with the |
|
@samuelgarcia you might want to also check out #4586, where I removed the strategy kw from the NoiseGeneratorRecording as we discussed and only kept the on_the_fly strategy , which I think addresses your comment here? generate_ground_truth would therefore always use on_the_fly, since it uses the NoiseGeneratorRecording |
This was left out by mistake from #4520.
generate_ground_truth_recordingshould also be in the generation module to avoid a dependency of core into generation.I also dropped
strategy=from test fixtures and the two production callsites that pass it explicitly, keeping the kwarg itself defined on theNoiseGeneratorRecordingandMockRecordingclasses (whose removal is under discussion in #4522). This overlaps with the callsite cleanup in @cwindolf's #4586 (temporally-correlated noise V2, which follows on from #4587) and should make that PR cleaner. Both branches edit the same lines, so the merge should resolve cleanly regardless of order.