Closed asfaw-michael closed 2 years ago
Remove tests/init.py from git
git rm tests/__init__.py
There are still a lot of changes to the calcos scripts (spacing, etc).
Try doing:
git checkout origin/master <filename>
where
@stscirij I believe this is ready to merge if you concur. It seems like there might be some issues from the readthedocs still that aren't letting it be merged, however.
@rplesha I think the latest pushes to the master branch fix these problems. They won't stop merging the code, only the lack of a review stands in the way
@rplesha is this going to be part of the LP6 build?
@asfaw-michael can you merge master into this branch to pull down the changes Robert is talking about?
git checkout master
git pull origin master
git checkout pytest
git pull origin pytest
git merge master
git push origin pytest
should do the trick
@stscirij I think the LP6 build is a good place for this to get merged in if you agree! There is a minor change to the calcos code itself. We'll need to change this request from master to your branch, but I think that's something we can do.
We should also establish a process of how we want to merge future unit tests, too! Currently, Michael is going to work on smaller branches so it's less of a huge item merging them all at once.
These changes were incorporated into #205
Written some tests for the functions in extract.py and cosutil.py