-
Notifications
You must be signed in to change notification settings - Fork 7
Feature: optional loading of an EPOCH input deck #93
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
Merged
JoelLucaAdams
merged 37 commits into
epochpic:main
from
Dartrisen:feature/adding-deck-handler
Feb 6, 2026
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
9f0aa27
add support for loading deck
Dartrisen 52015ae
add parameter handling for `Path | str` types
Dartrisen 5834084
patch `fetch_datasets` to work with new datasets. see #88
JoelLucaAdams e17baea
Merge branch 'main' into feature/adding-deck-handler
Dartrisen 65ab6ac
add docs for load_deck feature
Dartrisen c137c41
add note (epydeck should be installed first to use feature)
Dartrisen 415e14a
Merge branch 'epochpic:main' into feature/adding-deck-handler
Dartrisen 5e00c4d
add dependency (togglebutton, epydeck), improve docs
Dartrisen 91ff67b
make linter happy
Dartrisen 8fb7070
file reformat
Dartrisen 1746e5e
uv lock update
Dartrisen b4a11aa
Fix incorrect setting of `self._filename` in `SDFDataStore
JoelLucaAdams 7ba425a
add various fixes (types, etc)
Dartrisen d975e5f
extract `_load_deck` to separate function
Dartrisen 30d1dc5
small cosmetic changes to make ruff happy
Dartrisen 2c479e0
Merge branch 'main' into feature/adding-deck-handler
Dartrisen a0cf81d
add load_deck parameter to datatree functions
Dartrisen 7c8744b
add load_deck tests
Dartrisen 671d687
update docs
Dartrisen 9fabc11
Various doc fixes
JoelLucaAdams 52bb9cb
Remove hardcoded togglebutton_hint
JoelLucaAdams f8a8b2c
Update docstrings for `load_deck`
JoelLucaAdams f44b780
minor formatting fix in combine_datasets
JoelLucaAdams 127e722
add epydeck dependency
Dartrisen 753e118
remove additional imports of epydeck
Dartrisen eb1b230
uv lock update remove redundant epydeck (part of the default package …
Dartrisen 31868ba
refactor _load_deck function
Dartrisen 87e0136
fix tests according to the new load_deck function behavior
Dartrisen e36a670
update docs
Dartrisen c4ea656
Fix ruff PLC0207 error
JoelLucaAdams 216241b
epydeck version fix
Dartrisen f27c3d8
uv lock update (epydeck version)
Dartrisen a4541bd
add possible none type to data_vars arg
Dartrisen 245ffab
add fix filename target logic
Dartrisen b0d3be5
add new author info
Dartrisen ebc6cf3
make load function private again...
Dartrisen 4148844
Refactor `load_deck` to a pure function returning a loaded deck dict.
Dartrisen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JoelLucaAdams marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.