Forgot to note in the previous commit:

- also brought over Thrift changes from
  - awips2-core/edex/com.raytheon.uf.edex.requestsrv/bin/com/raytheon/uf/edex/requestsrv/serialization/thrift
  - awips2-core/common/com.raytheon.uf.common.serialization/bin/com/raytheon/uf/common/serialization/thrift

- also changed ufpy to awips in awips/test/dafTests/testGfe.p
This commit is contained in:
Shay Carter 2023-08-23 11:59:58 -06:00
parent fd295d2865
commit cf7b406326

View file

@ -20,7 +20,7 @@
from dynamicserialize.dstypes.com.raytheon.uf.common.dataquery.requests import RequestConstraint
from ufpy.dataaccess import DataAccessLayer as DAL
from awips.dataaccess import DataAccessLayer as DAL
from shapely.geometry import box, Point
from . import baseDafTestCase