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

Use arrays instead of tuples #102

Merged
merged 8 commits into from
Nov 4, 2024

fix: minor fixes

ab84238
Select commit
Loading
Failed to load commit list.
Merged

Use arrays instead of tuples #102

fix: minor fixes
ab84238
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 4, 2024 in 1s

69.46% of diff hit (target 50.73%)

View this Pull Request on Codecov

69.46% of diff hit (target 50.73%)

Annotations

Check warning on line 53 in lib/NeuralClosure/src/filter.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/NeuralClosure/src/filter.jl#L50-L53

Added lines #L50 - L53 were not covered by tests

Check warning on line 65 in lib/NeuralClosure/src/filter.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/NeuralClosure/src/filter.jl#L63-L65

Added lines #L63 - L65 were not covered by tests

Check warning on line 71 in lib/NeuralClosure/src/filter.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/NeuralClosure/src/filter.jl#L71

Added line #L71 was not covered by tests

Check warning on line 71 in lib/NeuralClosure/src/groupconv.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/NeuralClosure/src/groupconv.jl#L71

Added line #L71 was not covered by tests

Check warning on line 75 in lib/NeuralClosure/src/groupconv.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/NeuralClosure/src/groupconv.jl#L75

Added line #L75 was not covered by tests

Check warning on line 308 in lib/NeuralClosure/src/training.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/NeuralClosure/src/training.jl#L308

Added line #L308 was not covered by tests

Check warning on line 5 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L2-L5

Added lines #L2 - L5 were not covered by tests

Check warning on line 9 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L9

Added line #L9 was not covered by tests

Check warning on line 18 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L15-L18

Added lines #L15 - L18 were not covered by tests

Check warning on line 24 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L24

Added line #L24 was not covered by tests

Check warning on line 39 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L31-L39

Added lines #L31 - L39 were not covered by tests

Check warning on line 52 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L49-L52

Added lines #L49 - L52 were not covered by tests

Check warning on line 82 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L82

Added line #L82 was not covered by tests

Check warning on line 85 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 117 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L117

Added line #L117 was not covered by tests

Check warning on line 120 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L119-L120

Added lines #L119 - L120 were not covered by tests

Check warning on line 135 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L134-L135

Added lines #L134 - L135 were not covered by tests

Check warning on line 155 in src/eddyviscosity.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/eddyviscosity.jl#L153-L155

Added lines #L153 - L155 were not covered by tests

Check warning on line 180 in src/initializers.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/initializers.jl#L180

Added line #L180 was not covered by tests

Check warning on line 205 in src/initializers.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/initializers.jl#L205

Added line #L205 was not covered by tests

Check warning on line 211 in src/initializers.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/initializers.jl#L210-L211

Added lines #L210 - L211 were not covered by tests

Check warning on line 214 in src/initializers.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/initializers.jl#L214

Added line #L214 was not covered by tests

Check warning on line 117 in src/operators.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/operators.jl#L117

Added line #L117 was not covered by tests

Check warning on line 667 in src/operators.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/operators.jl#L666-L667

Added lines #L666 - L667 were not covered by tests

Check warning on line 674 in src/operators.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/operators.jl#L674

Added line #L674 was not covered by tests