Skip to content
New issue

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

Dimensions attribute in config file not correctly converted into path #355

Closed
phackstock opened this issue Jul 9, 2024 · 0 comments · Fixed by #356
Closed

Dimensions attribute in config file not correctly converted into path #355

phackstock opened this issue Jul 9, 2024 · 0 comments · Fixed by #356
Assignees
Labels
bug Something isn't working

Comments

@phackstock
Copy link
Contributor

Currently for the dimension path, we get the following:

str(path / dim)
'definitions/DimensionEnum.region'

when we should get:

'definitions/region'
@phackstock phackstock added the bug Something isn't working label Jul 9, 2024
@phackstock phackstock self-assigned this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant