-
Notifications
You must be signed in to change notification settings - Fork 25
feat!: typed PRA#run #329
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
Open
tristan-f-r
wants to merge
85
commits into
Reed-CompBio:main
Choose a base branch
from
tristan-f-r:config-args
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat!: typed PRA#run #329
Changes from 72 commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
7d521ce
Merge branch 'property-expe' into config-args
tristan-f-r 9c85c56
Merge branch 'config-pydantic' into config-args
tristan-f-r 647f947
feat: rough draft of args design
tristan-f-r 76011e0
feat: type oi1/oi2, rwr/strwr
tristan-f-r 94b50c8
refactor: meo, mcf, pl types
tristan-f-r 09fa1ba
chore: begin slowly updating
tristan-f-r 32d4b5c
refactor: moving more tests
tristan-f-r 9b539e9
fix: correct params
tristan-f-r da67711
fix: specify default args out of run
tristan-f-r 45cfe87
fix: more defaults
tristan-f-r a6406e2
Merge branch 'umain' into config-args
tristan-f-r cf93cec
Merge branch 'no-globals' into config-args
tristan-f-r e080857
feat: begin algorithm parsing
tristan-f-r 53f55e2
fix: clean up type errors, begin nondetermnism
tristan-f-r 7c2454b
Merge branch 'config-pydantic' into config-args
tristan-f-r a4e265d
chore: begin little utility
tristan-f-r 145b2ec
chore: mv container schema changes over
tristan-f-r 5effe69
feat: initial schema
tristan-f-r 398350e
feat: more algs schema handling
tristan-f-r 72c4cbd
feat: default runs for default algorithms
tristan-f-r 2ef2672
feat: function running
tristan-f-r 9442b64
chore: drop play
tristan-f-r 60b562f
fix(config): don't try to parse in config.py
tristan-f-r c1947e6
fix: subscriptability
tristan-f-r 8beaf72
fix: auto-discriminator mapping & forbid
tristan-f-r b07a7ef
style: fmt
tristan-f-r 0bcd1d1
fix: coerce fields to validate default
tristan-f-r 1cb5d17
fix: test
tristan-f-r c93244f
fix: correct all algorithm usage
tristan-f-r 69268f4
chore: talk about resumability
tristan-f-r 5ce01db
chore: drop seeds changes
tristan-f-r 126d99f
fix: correct dummy file
tristan-f-r 0cfa9ae
Merge branch 'umain' into config-args
tristan-f-r d4e4fa7
Merge branch 'umain' into config-args
tristan-f-r bbabbb5
Merge branch 'config-pydantic' into config-args
tristan-f-r c705ef7
feat: add responsenet params
tristan-f-r 34719d8
style: fmt
tristan-f-r 5220a79
Merge branch 'main' into config-args
tristan-f-r 1976c4d
fix: all configs
tristan-f-r b31b857
refactor: the central validate_required_run_args
tristan-f-r 2d0c3ec
test: use correct raises err for btb
tristan-f-r b8ee227
better err handling for too many keys
tristan-f-r b617825
chore: drop schema
tristan-f-r 9992013
Merge branch 'main' into config-args
tristan-f-r a77263f
test: fix
tristan-f-r 05e40c4
Update spras/config/algorithms.py
tristan-f-r 5892445
Merge branch 'container-schema-use' into config-args
tristan-f-r cea83b2
test(btb): correct tests
tristan-f-r d9f251d
style: fmt
tristan-f-r dbe6971
test: correct other mishaps
tristan-f-r 647907a
fix(mcf): correct types
tristan-f-r 25a0796
fix(oi1): correct dummy node handling
tristan-f-r 554e7ae
test: correct misc artifacts
tristan-f-r 105b72d
fix: allow yaml safe dump of case insensitive enums
tristan-f-r eaecd33
docs: give credit to prev. commit
tristan-f-r 6933fe4
fix: correctly write enum
tristan-f-r 8fa7ca5
test(domino): don't unlink file before reading
tristan-f-r f321f79
fix: correct other alg parameters, summary test update
tristan-f-r ef02ac5
fix(summary): drop _spras_run_name
tristan-f-r fb3fa0e
Merge branch 'container-schema-use' into config-args
tristan-f-r 313fac2
Merge branch 'umain' into config-args
tristan-f-r a50c181
Merge remote-tracking branch 'upstream/main' into config-args
tristan-f-r c3be550
docs: update contributing
tristan-f-r 830b07c
chore: drop directed info
tristan-f-r b2d4239
Merge branch 'config-args' of https://github.com/tristan-f-r/spras in…
tristan-f-r 3b84e8f
docs: typo?
tristan-f-r 33a85d8
chore: apply suggestions, fix meo param
tristan-f-r 81a16fe
docs: move domino cmt
tristan-f-r 25e8b67
docs: more suggestions
tristan-f-r dce8e42
docs: more cmts
tristan-f-r 790cab9
docs: add comment to is_numpy_friendly
tristan-f-r 27e6109
docs: fix cmt
tristan-f-r 893b80d
docs: typo
tristan-f-r 630f5c7
docs: grammar
tristan-f-r 3d7cc6d
docs: rephrasing, contributing update
tristan-f-r 22c0120
Merge branch 'config-args' of https://github.com/tristan-f-r/spras in…
tristan-f-r fe93bd0
docs: clearer pydantic and reflection calls
tristan-f-r 5911e59
fix: pass less objects in runner.py
tristan-f-r ee41575
docs: better algorithm fail message
tristan-f-r a5832ee
docs: more PRA#run documentation
tristan-f-r 9fd5b0e
docs: add generate inputs info
tristan-f-r 75c2035
docs: drop unused cmt
tristan-f-r 87bf6f0
Merge branch 'umain' into config-args
tristan-f-r 70175c8
docs(contributing): defer to pathlinker for dockerfile
tristan-f-r 569a49b
docs(oi2): mention weight to cost transformation
tristan-f-r 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
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
tristan-f-r 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
tristan-f-r 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
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
Oops, something went wrong.
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.