Open AsierLambarri opened 1 month ago
Hi, and welcome to yt! Thanks for opening your first issue. We have an issue template that helps us to gather relevant information to help diagnosing and fixing the issue.
HI @AsierLambarri, Thanks for reporting ! Are you able to share the dataset used in your example with us ? alternatively, can you point to a publicly available dataset that shows the same defect ?
Yes of course!
The ART dataset is the new Agora-ART I CosmoRun Cosmo_v18. It is available on FlatHub under the ART-I section.
Each snapshot has four files associated:
You need all of them to load a single snapshot.
The Consistent Tree I use for halofinding are also available in those links but i don't think it is necessary to reproduce the error.
Cheers
thank you ! I'll try to give this a go in time for our next scheduled release
When loading ART Datasets it seems that no ´code_length´ attribute is loaded into the dataset. Instead, the attribute ´length_unit´ is loaded. This collides with some functionalities where the former is required to do unit conversion behind the curtains.
An Example: Im loading an snapshot from Agora-ART v18 dataset and plotting the dark matter alongside with the halos, using ´annotate_sphere´ with the keyword coord_system="data" to do so:
YT throws the following error:
Im guessing ART doesn't store the code units as such but as "unit_{length, mass, etc}". There are workarounds to this, i.e. using axis or plot relative coordinates for the example above. There may be other cases where there is no workaround tho.
Im using python3.10 and yt 4.3.1.