Skip to content

Commit

Permalink
Merge pull request #3847 from zingale/cookbook_fix
Browse files Browse the repository at this point in the history
remove unneeded logs using private API
  • Loading branch information
matthewturk committed Mar 18, 2022
2 parents cc1d4fa + ce7a017 commit 0d84602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/source/cookbook/render_two_fields_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# Add density

field = "density"
ds._get_field_info(field).take_log = True

vol = create_volume_source(ds, field=field)
vol.use_ghost_zones = True
Expand All @@ -27,7 +26,6 @@
# Add temperature

field = "temperature"
ds._get_field_info(field).take_log = True

vol2 = create_volume_source(ds, field=field)
vol2.use_ghost_zones = True
Expand Down

0 comments on commit 0d84602

Please sign in to comment.