We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think I have discovered an inconsistency in the d20200109_HIRANO_PDB dataset:
d20200109_HIRANO_PDB
ds = csr_dataset("d20200109_HIRANO_PDB") unique(ds$ports$CSR_PORT) # gives 0 unique(ds$data$CSR_PORT) # gives 1 2 3 4 5 6
To my mind, all ports should be referenced in ports, so that the user knows which CSR_MSMT_VAR they are looking at.
CSR_MSMT_VAR
Thanks for putting this great effort together!
The text was updated successfully, but these errors were encountered:
Ah good catch @BernhardAhrens - thank you! I will fix.
Sorry, something went wrong.
Note to self: write an automated test to catch this.
bpbond
No branches or pull requests
I think I have discovered an inconsistency in the
d20200109_HIRANO_PDB
dataset:To my mind, all ports should be referenced in ports, so that the user knows which
CSR_MSMT_VAR
they are looking at.Thanks for putting this great effort together!
The text was updated successfully, but these errors were encountered: