Skip to content

Commit

Permalink
Per #1494, updated vx_data2d_python library to call the common proces…
Browse files Browse the repository at this point in the history
…s_data_plane() function to apply data shifting, censoring, conversion, and check for all missing data.
  • Loading branch information
JohnHalleyGotway committed Dec 5, 2020
1 parent b0b9b26 commit 3df6625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions met/src/libcode/vx_data2d_python/data2d_python.cc
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ if ( PythonCommand.empty() || PythonCommand != vinfo.req_name() ) {

}

if ( status ) status = process_data_plane(&vinfo, Plane);

if ( !status ) return ( false );

//
Expand Down Expand Up @@ -419,6 +421,8 @@ if ( PythonCommand.empty() || PythonCommand != vinfo.req_name() ) {

}

if ( status ) status = process_data_plane(&vinfo, Plane);

if ( !status ) return ( 0 );

//
Expand Down

0 comments on commit 3df6625

Please sign in to comment.