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

Fix an error in frustum_random_point_feature_noise.py. #2372

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yangustc07
Copy link

In some models, this produces the following error:

Need minval < maxval, got 0 >= 0\n\t
 [[{{function_node
frustum_random_point_feature_noise_map_while_body_496438}}
{{node frustum_random_point_feature_noise/map/while/random_uniform}}]]

```
Need minval < maxval, got 0 >= 0\n\t
 [[{{function_node
frustum_random_point_feature_noise_map_while_body_496438}}
{{node frustum_random_point_feature_noise/map/while/random_uniform}}]]
```
@yangustc07 yangustc07 marked this pull request as ready for review March 6, 2024 19:15
@yangustc07 yangustc07 marked this pull request as draft March 6, 2024 23:16
```
Need minval < maxval, got 0 >= 0\n\t
 [[{{function_node
frustum_random_point_feature_noise_map_while_body_496438}}
{{node frustum_random_point_feature_noise/map/while/random_uniform}}]]
```
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

Successfully merging this pull request may close these issues.

1 participant