-
Notifications
You must be signed in to change notification settings - Fork 1
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
update packaged data #35
Merged
Merged
Conversation
This file contains 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
mathematicalmichael
added a commit
that referenced
this pull request
Mar 17, 2021
* prior/initial independent of sample distribution for MC (#33), refactor some methods * label changes * starting to change pde functionality * rename * move linear to module * moving random file * rename file to something more descriptive * module file * rename * clean up * monomial rename * change import * handle args * fixes * update tests * pin to stable version of mud * fix tests, rename functions * fix test * variable name * generating data cmdline syntax * linting and cleanup * generate data * update packaged data (#35) * fix formatting error in filename * process data script * make gamma negative by default * update workflow to not run on dev push * split normal and uniform up * formatting for output file * new mud version * segment out data generation * typo * typo (actually) * file path packaged data * renamed data files * true value changed * file handling * typo in config * avoid accidentally loading the wrong file * dont fail unecessary checks * fix tests, improve coverage, and clean up some code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
making progress on fulfilling all the datasets we want to include (for now).
related to #32