Skip to content

Commit

Permalink
CI test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Aug 19, 2024
1 parent e5ea9b2 commit d5ce16f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CI/test_basic_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@


def test_basic_cases():
with warnings.catch_warnings():
# TODO: change warnings.simplefilter("error") to "module"
# "error" help us find the deprecated APIs
warnings.simplefilter("module")
with warnings.catch_warnings(): # "error" help us find the deprecated APIs
warnings.simplefilter("error")
import xorbits
import xorbits.pandas as pd
import xorbits.numpy as np
Expand Down

0 comments on commit d5ce16f

Please sign in to comment.