It must be your operating system confusing you. You donāt actually need to see anything about the path as you can just assign the file path string to a variable without seeing it (with ā or ->), and use that variable to refer to the file. Or if you want to edit it, just keep piping to get the file in your working directory
Iāve found it easier to just grab the model/data pairs I need directly, either on GitHub or after cloning.
One thing Iād recommend is a naming convention where the data for a model has the same prefix as the model. As is, I find it a bit challenging to figure out which data goes with which model.
Good point. We have to be more careful with the prefixes. The origin for not having the same prefix for models and data is that a single model can be used with data from different sources and vice versa. In posteriordb it is likley that a single data is used only with variations of a model, so we could use the same prefix for all common model variations and all data sets that are used with those variations. Also, the posterior object in the database knows both the model name and data name, so there would be a benefit of using the database instead of directly looking at model and data directories.