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

Fail to build variables if they are not declared using formula #2271

Open
nicolasfara opened this issue May 15, 2023 · 2 comments
Open

Fail to build variables if they are not declared using formula #2271

nicolasfara opened this issue May 15, 2023 · 2 comments

Comments

@nicolasfara
Copy link
Contributor

Minimal running example of the bug:

variables:
  max_lat: &max_lat 44.14795317094557
  min_lat: &min_lat 44.13340676305022
  max_lon: &max_lon 12.267570291912632
  min_lon: &min_lon 12.235568921311268
  city_poi: &city_poi 200
  latitude_space: &latitude_space
    formula: max_lat - min_lat
  longitude_space: &longitude_space
    formula: max_lon - min_lon
@DanySK
Copy link
Member

DanySK commented Mar 7, 2024

Do you mean that you would like them to fail and they don't, or vice-versa?

@nicolasfara
Copy link
Contributor Author

nicolasfara commented Mar 8, 2024

I would like the code snippet compile succesfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants