Linh Nguyen
Linh Nguyen
Hi @madhavajay and @Crazynovatech, I have faced the same issue when I try to run this example [DEPLOYING A SINGLE DOMAIN NODE](https://blog.openmined.org/remote-data-science-part-3-deploying-a-single-domain-node/) at the final step to calculate *the total...
```python # Calculate the total number of COVID cases results = [dataset[f'{i}'] for i in range(10)] from time import sleep total_cases = 0 for result in results: ptr = result.publish()...
I also face the same issue!!!