Gaps in testing (local Python --> local GDrive --> Colab)
Author: snwaghCreated Jan 15, 2026Updated Jul 17, 2026
LabelsType: Testing :test_tube:
Description
In minimizing the gap between local testing and Colab testing, few differences I found.
- I have to explicitly approve the peer request at the data owner side:
do_client.approve_peer_request(ds_email) - In dataset creation for DS to view the DO's datasets, users parameter is optional in local python and local GDrive but in necessary in Colab.
Source: OpenMined/PySyft