Skip to content

Commit

Permalink
Update testnpbufunc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markgarnold committed Dec 5, 2024
1 parent c686bf4 commit 86e2be0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/testnpbufunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@ def testinterpcotran():
print(str(res)+" cotran db only")
res = testufunc(f,interp_cotran_ufunc.sbdb_ufunc_interpsbcotrdb)
print(str(res)+" interp sb+cotran db")
res = testufunc(f,interp_cotran_ufunc.sbdb_ufunc_interpsbcotrdb_g2)
print(str(res)+" interp_g2 sb+cotran_g2 db")
res = testufunc(f,interp_cotran_ufunc.sbdb_ufunc_interpsbcotrdb_g4)
print(str(res)+" interp_g4 sb+cotran_g4 db")
res = testufunc(f,interp_cotran_ufunc.sbdb_ufunc_interpsbcotrdb_g6)
print(str(res)+" interp_g6 sb+cotran_g6 db")

testinterpcotran()

0 comments on commit 86e2be0

Please sign in to comment.