Skip to content

Switch np.math.ceil to math.ceil as the former is deprecated as of NumPy 1.25 #107

Switch np.math.ceil to math.ceil as the former is deprecated as of NumPy 1.25

Switch np.math.ceil to math.ceil as the former is deprecated as of NumPy 1.25 #107

Workflow file for this run

name: NeoIoTest-automatic-trigger
on:
pull_request:
branches: [master]
types: [synchronize, opened, reopened, ready_for_review]
# run checks on any change of master, including merge of PRs
push:
branches: [master]
jobs:
call-iotests:
uses: ./.github/workflows/io-test.yml
with:
os: ubuntu-latest