Skip to content
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

Presub #68

Merged
merged 20 commits into from
Nov 26, 2018
Merged

Presub #68

merged 20 commits into from
Nov 26, 2018

Conversation

ccluri
Copy link
Collaborator

@ccluri ccluri commented Nov 23, 2018

No description provided.

ccluri and others added 19 commits October 24, 2018 17:44
* Change dist:precise to dist:trusty (#56)

* Change dist:precise to dist:trusty

* Make shorter tests

* Remove incorrect part of the test

* Lower source number and spatial resolution to speed up tests

* Add docstrings

* Comment out build for ubuntu trusty because the build takes too long

* figure 5

* figure 5 with correct axis

* targeted basis with GridSpec

* targeted basis with regularization and noise

* vectors with gridspec

* legend on the separate subplot
* show tbasis with both cross-validation and l-curve in the same figure

* updated choice of regularization method
* tbasis with both cross-validation and l-curve on the same figure

* updated regularization method choice
* tbasis with both cross-validation and l-curve on the same figure

* updated regularization method choice

* consistent documentation - solved issue #52.1

* changed name of the method recon to do_kcsd - solved issue #52.4

* refactoring of make_reconstruction method
@ccluri ccluri closed this Nov 23, 2018
@ccluri ccluri reopened this Nov 23, 2018
@ccluri
Copy link
Collaborator Author

ccluri commented Nov 23, 2018

This was a stupid way of testing a feature.

  1. Initially I tested numba-jit (numba jit speed increase #57) and saved pickle tables (Pickles for forward model #64) both in the saved_tables branch.

  2. To this, Marta and I added the figures and tutorials as I used the features from 1 to improve speed in computations.

Now this presub branch only has the features from 2 (the numba, and pickled tables are reverted in 9edbca7 and 3bd60c9) that I wish to push to the master branch as the numba-jit and pickles are two different enhancements that need to be tested exhaustively before merger to master.

@ccluri ccluri requested a review from m-kowalska November 23, 2018 14:06
@coveralls
Copy link

Pull Request Test Coverage Report for Build 142

  • 7 of 22 (31.82%) changed or added relevant lines in 3 files are covered.
  • 7 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+0.5%) to 60.792%

Changes Missing Coverage Covered Lines Changed/Added Lines %
kcsd/validation/VisibilityMap.py 0 3 0.0%
kcsd/validation/ValidateKCSD.py 5 17 29.41%
Files with Coverage Reduction New Missed Lines %
kcsd/validation/ValidateKCSD.py 1 30.95%
kcsd/tests/test_loadData.py 2 98.67%
kcsd/tests/test_sKCSD.py 2 97.3%
kcsd/tests/test_sKCSDcell.py 2 96.41%
Totals Coverage Status
Change from base Build 136: 0.5%
Covered Lines: 1673
Relevant Lines: 2752

💛 - Coveralls

2 similar comments
@coveralls
Copy link

Pull Request Test Coverage Report for Build 142

  • 7 of 22 (31.82%) changed or added relevant lines in 3 files are covered.
  • 7 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+0.5%) to 60.792%

Changes Missing Coverage Covered Lines Changed/Added Lines %
kcsd/validation/VisibilityMap.py 0 3 0.0%
kcsd/validation/ValidateKCSD.py 5 17 29.41%
Files with Coverage Reduction New Missed Lines %
kcsd/validation/ValidateKCSD.py 1 30.95%
kcsd/tests/test_loadData.py 2 98.67%
kcsd/tests/test_sKCSD.py 2 97.3%
kcsd/tests/test_sKCSDcell.py 2 96.41%
Totals Coverage Status
Change from base Build 136: 0.5%
Covered Lines: 1673
Relevant Lines: 2752

💛 - Coveralls

@coveralls
Copy link

coveralls commented Nov 23, 2018

Pull Request Test Coverage Report for Build 142

  • 7 of 22 (31.82%) changed or added relevant lines in 3 files are covered.
  • 7 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+0.5%) to 60.792%

Changes Missing Coverage Covered Lines Changed/Added Lines %
kcsd/validation/VisibilityMap.py 0 3 0.0%
kcsd/validation/ValidateKCSD.py 5 17 29.41%
Files with Coverage Reduction New Missed Lines %
kcsd/validation/ValidateKCSD.py 1 30.95%
kcsd/tests/test_loadData.py 2 98.67%
kcsd/tests/test_sKCSD.py 2 97.3%
kcsd/tests/test_sKCSDcell.py 2 96.41%
Totals Coverage Status
Change from base Build 136: 0.5%
Covered Lines: 1673
Relevant Lines: 2752

💛 - Coveralls

@m-kowalska m-kowalska merged commit c3c5dbd into master Nov 26, 2018
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.

3 participants