You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The channel mapping does not match when loading the file downloaded from HERE using probe1 = pi.read_probeinterface('ASSY-37-Fb.json') and when loading probe information using the function below
The mapping used to be wrong for some probe.
Nomaly, we corrected it on the library.
Please check here
The get_probe() is caching the probe into '/home/username/.config/probeinterface' or 'C:/User/username/.config/probeinterface' to avoid to much download.
Unlucky you, you certainly have the cached wrong version of the probe.
So delete this cache folder and try again.
Hello,
The channel mapping does not match when loading the file downloaded from HERE using
probe1 = pi.read_probeinterface('ASSY-37-Fb.json')
and when loading probe information using the function belowChannel ids from the probe and device are correct and the mismatch is at the channel location on each shank. I believe this explains #92
The text was updated successfully, but these errors were encountered: