Skip to content

Commit

Permalink
[WB-4631] Fix/test dataframe removal (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj authored Mar 7, 2021
1 parent b295bd7 commit 9652aea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions standalone_tests/all_media_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def main():
'histogram-large-random-summary': histogram_large_random,
'numpy-array-summary': numpy_array,
'torch-tensor-summary': torch_tensor,
'data-frame-summary': data_frame,
# bare dataframes in summary and history removed in 0.10.21
# 'data-frame-summary': data_frame,

'image-cool-summary': image_cool,
'image-nice-summary': image_nice,
Expand Down Expand Up @@ -174,7 +175,8 @@ def main():
'histogram-large-random-summary': histogram_large_random,
'numpy-array-summary': numpy_array,
'torch-tensor-summary': torch_tensor,
'data-frame-summary': data_frame,
# bare dataframes in summary and history removed in 0.10.21
# 'data-frame-summary': data_frame,

'image-cool-summary': image_cool,
'image-nice-summary': image_nice,
Expand Down

0 comments on commit 9652aea

Please sign in to comment.