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
The keys in output dictionary when reading dataset 2420 are different from expected keys when writing this set.
pyuff/pyuff/datasets/dataset_2420.py
Line 31 in 202f0d3
Line 8 in 202f0d3
Similar issue is present in dataset 2411. Partially connected to #43
The text was updated successfully, but these errors were encountered:
@jasasonc is this still an issue?
Sorry, something went wrong.
Yes. write2420 requires keys: part_UID, part_name, cs_type, cs_color, nodes.
write2420
part_UID
part_name
cs_type
cs_color
nodes
extract2420 creates keys: Part_UID, Part_Name, CS_sys_labels, CS_types, CS_colors, CS_names, CS_matrices
extract2420
Part_UID
Part_Name
CS_sys_labels
CS_types
CS_colors
CS_names
CS_matrices
Dear @jasasonc thank you!
I see! The extract2420 follows the datatype specifications available here: https://www.ceas3.uc.edu/sdrluff/view.php We have a partial test here: https://github.com/ladisk/pyuff/blob/master/tests/test_2420.py
We need help in handling this issue and also a real dataset.
No branches or pull requests
The keys in output dictionary when reading dataset 2420 are different from expected keys when writing this set.
pyuff/pyuff/datasets/dataset_2420.py
Line 31 in 202f0d3
pyuff/pyuff/datasets/dataset_2420.py
Line 8 in 202f0d3
Similar issue is present in dataset 2411. Partially connected to #43
The text was updated successfully, but these errors were encountered: