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 several bugs related to remake and symbolic indexing #583

Closed
wants to merge 4 commits into from

test: add remake tests

7ca2602
Select commit
Loading
Failed to load commit list.
Closed

fix: fix several bugs related to remake and symbolic indexing #583

test: add remake tests
7ca2602
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 1, 2024 in 1s

0.00% of diff hit (target 39.44%)

View this Pull Request on Codecov

0.00% of diff hit (target 39.44%)

Annotations

Check warning on line 2 in src/problems/problem_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/problems/problem_interface.jl#L2

Added line #L2 was not covered by tests

Check warning on line 4 in src/problems/problem_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/problems/problem_interface.jl#L4

Added line #L4 was not covered by tests

Check warning on line 35 in src/problems/problem_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/problems/problem_interface.jl#L35

Added line #L35 was not covered by tests

Check warning on line 22 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L22

Added line #L22 was not covered by tests

Check warning on line 42 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 47 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 71 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L71

Added line #L71 was not covered by tests

Check warning on line 127 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L126-L127

Added lines #L126 - L127 were not covered by tests

Check warning on line 130 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 192 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L192

Added line #L192 was not covered by tests

Check warning on line 247 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L247

Added line #L247 was not covered by tests

Check warning on line 297 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L297

Added line #L297 was not covered by tests

Check warning on line 369 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L367-L369

Added lines #L367 - L369 were not covered by tests

Check warning on line 372 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L371-L372

Added lines #L371 - L372 were not covered by tests

Check warning on line 375 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L374-L375

Added lines #L374 - L375 were not covered by tests

Check warning on line 378 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L377-L378

Added lines #L377 - L378 were not covered by tests

Check warning on line 381 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L381

Added line #L381 was not covered by tests

Check warning on line 384 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L384

Added line #L384 was not covered by tests

Check warning on line 387 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L387

Added line #L387 was not covered by tests

Check warning on line 68 in src/solutions/rode_solutions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solutions/rode_solutions.jl#L66-L68

Added lines #L66 - L68 were not covered by tests

Check warning on line 74 in src/solutions/rode_solutions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solutions/rode_solutions.jl#L70-L74

Added lines #L70 - L74 were not covered by tests

Check warning on line 76 in src/solutions/rode_solutions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solutions/rode_solutions.jl#L76

Added line #L76 was not covered by tests

Check warning on line 80 in src/solutions/rode_solutions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solutions/rode_solutions.jl#L79-L80

Added lines #L79 - L80 were not covered by tests