Skip to content

Commit 25ed0ed

Browse files
Remove TODO comment
1 parent 13b0b94 commit 25ed0ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/time_evolution/callback_helpers/callback_helpers.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ _get_save_callback_idx(cb, method) = 1
169169

170170
# %% ------------ Noise Measurement Helpers ------------ %%
171171

172-
# TODO: Add some cache mechanism to avoid memory allocations
173172
# TODO: To improve. See https://github.com/SciML/DiffEqNoiseProcess.jl/issues/214
174173
function _homodyne_dWdt!(dWdt_cache, integrator, tlist, iter)
175174
idx = findfirst(>=(tlist[iter[]-1]), integrator.W.t)

0 commit comments

Comments
 (0)