-
Notifications
You must be signed in to change notification settings - Fork 60
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
Refactor code #217
Refactor code #217
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #217 +/- ##
===========================================
+ Coverage 30.70% 40.94% +10.24%
===========================================
Files 25 19 -6
Lines 2140 1231 -909
===========================================
- Hits 657 504 -153
+ Misses 1483 727 -756
☔ View full report in Codecov by Sentry. |
* Remove MODALITIES * Remove privbn artifacts * Add main back * Add modalities back to datastes
* Initial changes * Finish relocating files * Add __init__ * Move args to separate lines * Delete conda
* Add changes * Fix MAPPING * Fix lint * Remove mapping changes * Fix lint
* Partial changes * Add integration tests * Fix tests, add more * Add tests * Remove unneeded changes * Fix lint * Loosen test bounds * Add missing synthesizers * Loosen restrictions, version 278 * lossen * Make ranges extremely large * Add comment * Fix lint
* Fix UniformSynthesizer * Finish version one Uniform * small change * Add independent synthesizer * Change Uniform/Independent to match old behavior
Resolve #215.