Skip to content

Commit

Permalink
vineyard
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Aug 19, 2024
1 parent 750d7b2 commit b322c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ asv/results

.DS_Store

#slurm.sh generated sh
# slurm.sh generated sh
python/xorbits/deploy/slurm/tests/slurm.sh

# vineyard & etcd
Expand Down
1 change: 0 additions & 1 deletion python/xorbits/_mars/storage/tests/test_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ async def test_base_operations(storage_context):
)
put_info2 = await storage.put(data2)
get_data2 = await storage.get(put_info2.object_id)

pd.testing.assert_frame_equal(data2, get_data2)

info2 = await storage.object_info(put_info2.object_id)
Expand Down

0 comments on commit b322c77

Please sign in to comment.