Skip to content

Merge dev to main#1146

Open
LasNikas wants to merge 5 commits intomainfrom
dev
Open

Merge dev to main#1146
LasNikas wants to merge 5 commits intomainfrom
dev

Conversation

marcelschurer and others added 3 commits March 19, 2026 10:09
…nitialCondition` (#959)

* Update vtk2trixi function to return `NamedTuple` instead of `InitialCondition`

* Refactor vtk2trixi function to accept custom fields

* Enhance vtk2trixi function to support scalar and vector custom quantities and update tests

* Fix typo in documentation for vtk2trixi function

* Fix capitalization in comments

* Fix formatting in documentation

* Corrected failing doctest output

* Corrected failing doctest output

* add NEWS entry

* revise

* fix doc test

* fix NEWS entry

* fix merge bug

* load `custom_quantities` automatically

* implement suggestions

* fix jldoctest

* Add `create_initial_condition` parameter

---------

Co-authored-by: Niklas Neher <73897120+LasNikas@users.noreply.github.com>
Co-authored-by: Sven Berger <berger.sven@gmail.com>
Co-authored-by: LasNikas <niklas.nehe@web.de>
Co-authored-by: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com>
@efaulhaber
Copy link
Copy Markdown
Member

I fixed the broken tests in #1142.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 20, 2026

Codecov Report

❌ Patch coverage is 94.40559% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.22%. Comparing base (a3f1139) to head (44bd163).

Files with missing lines Patch % Lines
test/io/read_vtk.jl 93.06% 7 Missing ⚠️
src/io/read_vtk.jl 96.15% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1146      +/-   ##
==========================================
+ Coverage   89.17%   89.22%   +0.04%     
==========================================
  Files         128      127       -1     
  Lines        9925     9980      +55     
==========================================
+ Hits         8851     8905      +54     
- Misses       1074     1075       +1     
Flag Coverage Δ
total 89.22% <94.40%> (+0.04%) ⬆️
unit 68.00% <86.01%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

3 participants