Skip to content

Commit

Permalink
comment out viz
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Sep 29, 2024
1 parent e35a001 commit 162e6da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions create_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ def write_dataset(dset, n_files, data_size, file_table_rows):
fsize = sizeof_fmt(file_entry["length"])
freq = get_fileinfo(file_name)
flink = f"[`{file_name}`]({file_entry['url']})"
if flink.endswith(".jpg)") and dset in ["dust", "synch"]:
flink = "!" + flink
# uncomment to enable visualization of images for the jpg files
# if flink.endswith(".jpg)") and dset in ["dust", "synch"]:
# flink = "!" + flink
dset_table_data.append([flink, freq, fsize])
dset_size = sizeof_fmt(total_bytes)
write_dataset(dset, n_files, dset_size, dset_table_data)
Expand Down

0 comments on commit 162e6da

Please sign in to comment.