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: Fix "to many steps: constrained dilation" exception for some cases #1220

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

use `condition` in place of `if`

fad334f
Select commit
Loading
Failed to load commit list.
Draft

fix: Fix "to many steps: constrained dilation" exception for some cases #1220

use `condition` in place of `if`
fad334f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 25, 2024 in 0s

5 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 5
           

See the complete overview on Codacy

Annotations

Check warning on line 4 in build_utils/build_libomp.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

build_utils/build_libomp.sh#L4

build_dir appears unused. Verify use (or export if used externally).

Check warning on line 8 in build_utils/build_libomp.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

build_utils/build_libomp.sh#L8

Double quote to prevent globbing and word splitting.

Check warning on line 10 in build_utils/build_libomp.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

build_utils/build_libomp.sh#L10

Double quote to prevent globbing and word splitting.

Check warning on line 14 in build_utils/build_libomp.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

build_utils/build_libomp.sh#L14

Double quote to prevent globbing and word splitting.

Check warning on line 15 in build_utils/build_libomp.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

build_utils/build_libomp.sh#L15

Double quote to prevent globbing and word splitting.