Skip to content

Commit 20bed75

Browse files
authored
fix TODO label
1 parent f1e1df9 commit 20bed75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PySDM_examples/seeding/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(
5555
)
5656
).sample(
5757
n_sd=n_sd_seeding
58-
) # TODO #1367: does not to be the same?
58+
) # TODO #1387: does not to be the same?
5959
v_dry = self.formulae.trivia.volume(radius=r_dry)
6060
self.seeded_particle_multiplicity = n_in_dv
6161
self.seeded_particle_extensive_attributes = {

0 commit comments

Comments
 (0)