Skip to content

Commit

Permalink
cleanup commented-out code in kinematic 1D env (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 5, 2024
1 parent 2f18bdc commit 8184734
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PySDM/environments/kinematic_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ def init_attributes(
v_wet, n_per_kg = spectral_discretisation.sample(
backend=self.particulator.backend, n_sd=self.particulator.n_sd
)
# attributes["dry volume"] = v_wet
attributes["volume"] = v_wet
# attributes["kappa times dry volume"] = attributes["dry volume"] * kappa
else:
r_dry, n_per_kg = spectral_discretisation.sample(
backend=self.particulator.backend, n_sd=self.particulator.n_sd
Expand Down

0 comments on commit 8184734

Please sign in to comment.