Skip to content

Download meshes for tutorials#1037

Merged
KnutAM merged 8 commits intomasterfrom
kam/download_meshes
Nov 17, 2025
Merged

Download meshes for tutorials#1037
KnutAM merged 8 commits intomasterfrom
kam/download_meshes

Conversation

@KnutAM
Copy link
Copy Markdown
Member

@KnutAM KnutAM commented Aug 2, 2024

Solve #1033

Introduces Ferrite.asset_url which allows us to have one place to define the url for assets, and makes it easy to download assets for use in tutorials. Coming back to this after some time, I believe that this addition is alright. Although it doesn't really belong in Ferrite, it makes it possible to download meshes for the tutorials without too much extra code while being easily runnable.

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 2, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.19%. Comparing base (14f1ed0) to head (2252f8f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1037   +/-   ##
=======================================
  Coverage   94.19%   94.19%           
=======================================
  Files          40       40           
  Lines        6661     6662    +1     
=======================================
+ Hits         6274     6275    +1     
  Misses        387      387           

☔ 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.

Comment thread docs/src/literate-tutorials/computational_homogenization.jl Outdated
@KnutAM KnutAM marked this pull request as ready for review August 3, 2024 16:30
@KnutAM KnutAM requested a review from KristofferC August 3, 2024 16:30
@KnutAM KnutAM added the awaiting review PR is finished from the authors POV, waiting for feedback label Apr 13, 2025
@KnutAM KnutAM requested a review from fredrikekre April 18, 2025 15:29
@KnutAM
Copy link
Copy Markdown
Member Author

KnutAM commented Nov 16, 2025

Any objections to introducing Ferrite.asset_url? Otherwise I think this would be good to finalize to close #1033

@termi-official
Copy link
Copy Markdown
Member

Any objections to introducing Ferrite.asset_url?

I like it.

@KnutAM KnutAM merged commit 2879ab9 into master Nov 17, 2025
16 checks passed
@KnutAM KnutAM deleted the kam/download_meshes branch November 17, 2025 18:37
@KnutAM KnutAM removed the awaiting review PR is finished from the authors POV, waiting for feedback label Jan 21, 2026
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.

Having mesh files in the example be downloaded as a part of building the docs is surprising

3 participants