zivid / zivid-python-samples

Python code samples for Zivid
https://zivid.com
BSD 3-Clause "New" or "Revised" License
39 stars 16 forks source link

Enable no name in module #21

Closed SatjaSivcev closed 5 years ago

SatjaSivcev commented 5 years ago

The error:

E0611: No name 'Dataset' in module 'netCDF4' (no-name-in-module)

is from this package:

from netCDF4 import Dataset

with Dataset(filename_zdf) as data:

Extracting the point cloud

    xyz = data["data"]["pointcloud"][:, :, :]

Any ideas?

nedrebo commented 5 years ago

People are not monitoring your PRs. If you want answer I think you need to poke the one you think can answer, or add them ass reviewer at least.

FYI: @trym-b

trym-b commented 5 years ago

You should rebase all your branches on master (or merge in the latest master).