Mahmudm commited on
Commit
1ebddfa
·
verified ·
1 Parent(s): e6ef1f8

Update ash_animator/plot_horizontal_data.py

Browse files
ash_animator/plot_horizontal_data.py CHANGED
@@ -16,7 +16,8 @@ class Plot_Horizontal_Data:
16
  include_metadata=True, threshold=0.1,
17
  zoom_width_deg=6.0, zoom_height_deg=6.0, zoom_level=7, static_frame_export=False):
18
  self.animator = animator
19
-
 
20
  self.output_dir = os.path.abspath(
21
  os.path.join(
22
  os.environ.get("NAME_OUTPUT_DIR", tempfile.gettempdir()),
 
16
  include_metadata=True, threshold=0.1,
17
  zoom_width_deg=6.0, zoom_height_deg=6.0, zoom_level=7, static_frame_export=False):
18
  self.animator = animator
19
+
20
+ # Set a writable, absolute output directory
21
  self.output_dir = os.path.abspath(
22
  os.path.join(
23
  os.environ.get("NAME_OUTPUT_DIR", tempfile.gettempdir()),