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

feat: add is_parameter_timeseries trait, improve parameter timeseries indexing #75

Merged
merged 11 commits into from
Jun 13, 2024

fix: fix backward compatibility

7b26af0
Select commit
Loading
Failed to load commit list.
Merged

feat: add is_parameter_timeseries trait, improve parameter timeseries indexing #75

fix: fix backward compatibility
7b26af0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 13, 2024 in 1s

94.08% of diff hit (target 28.07%)

View this Pull Request on Codecov

94.08% of diff hit (target 28.07%)

Annotations

Check warning on line 138 in src/index_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/index_provider_interface.jl#L138

Added line #L138 was not covered by tests

Check warning on line 155 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L155

Added line #L155 was not covered by tests

Check warning on line 168 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L168

Added line #L168 was not covered by tests

Check warning on line 170 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L170

Added line #L170 was not covered by tests

Check warning on line 172 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L172

Added line #L172 was not covered by tests

Check warning on line 305 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L305

Added line #L305 was not covered by tests

Check warning on line 373 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L372-L373

Added lines #L372 - L373 were not covered by tests

Check warning on line 377 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L376-L377

Added lines #L376 - L377 were not covered by tests

Check warning on line 478 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L477-L478

Added lines #L477 - L478 were not covered by tests

Check warning on line 481 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L480-L481

Added lines #L480 - L481 were not covered by tests

Check warning on line 549 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L547-L549

Added lines #L547 - L549 were not covered by tests

Check warning on line 551 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L551

Added line #L551 was not covered by tests

Check warning on line 631 in src/parameter_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/parameter_indexing.jl#L630-L631

Added lines #L630 - L631 were not covered by tests

Check warning on line 266 in src/state_indexing.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/state_indexing.jl#L266

Added line #L266 was not covered by tests

Check warning on line 177 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 186 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 217 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L217

Added line #L217 was not covered by tests

Check warning on line 223 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L223

Added line #L223 was not covered by tests

Check warning on line 232 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L232

Added line #L232 was not covered by tests

Check warning on line 239 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L239

Added line #L239 was not covered by tests

Check warning on line 249 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L248-L249

Added lines #L248 - L249 were not covered by tests

Check warning on line 256 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L256

Added line #L256 was not covered by tests

Check warning on line 258 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L258

Added line #L258 was not covered by tests

Check warning on line 271 in src/value_provider_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/value_provider_interface.jl#L270-L271

Added lines #L270 - L271 were not covered by tests