[Git][debian-gis-team/pyaps3][upstream] New upstream version 0.3.4

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Jun 30 09:06:09 BST 2024



Antonio Valentino pushed to branch upstream at Debian GIS Project / pyaps3


Commits:
b55bc609 by Antonio Valentino at 2024-06-30T09:59:50+02:00
New upstream version 0.3.4
- - - - -


1 changed file:

- src/pyaps3/processor.py


Changes:

=====================================
src/pyaps3/processor.py
=====================================
@@ -216,13 +216,13 @@ def PTV2del(Presi,Tempi,Vpri,hgt,cdict,verbose=False):
     DDry2[:,:,:] = k1*Rd*(Presi[:,:,:] - Presi[:,:,-1][:,:,np.newaxis])*1.0e-6/g
 
     #Wet delay
-    S1 = intg.cumtrapz(WonT,x=hgt,axis=-1)
+    S1 = intg.cumulative_trapezoid(WonT,x=hgt,axis=-1)
     val = 2*S1[:,:,-1]-S1[:,:,-2]
     val = val[:,:,None]
     S1 = np.concatenate((S1,val),axis=-1)
     del WonT
 
-    S2 = intg.cumtrapz(WonT2,x=hgt,axis=-1)
+    S2 = intg.cumulative_trapezoid(WonT2,x=hgt,axis=-1)
     val = 2*S2[:,:,-1]-S2[:,:,-2]
     val = val[:,:,None]
     S2 = np.concatenate((S2,val),axis=-1)



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyaps3/-/commit/b55bc6092774388b476ec1f14b916e7aeb646fb6

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyaps3/-/commit/b55bc6092774388b476ec1f14b916e7aeb646fb6
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240630/2147a317/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list