Adding third-level API tests. Also, in this PR, we update tensorflow.xml to add the third-level APIs.
Commits
[x] I slowed down and took a deep breadth before committing. Otherwise, I will start a pristine branch and reissue this pull request.
[x] Before committing my changes, I checked my working directory carefully. I only staged the changes I wanted and ensured it was of the utmost quality.
[x] I used git diff and git status to check my work carefully before committing.
[x] I completely understand what I am committing and why.
[x] I completely understand why things are the way they are.
[x] The change I am proposing makes complete sense to me.
[x] For the most part, the changes in this pull request correspond to the problem or task I am solving or performing. In other words, only the changes that are supposed to be there are the ones included in this pull request.
Expectations
Add more tests to make sure that the third-level APIs can be processed correctly.
Testing
[x] If this is a bug fix, I was able to reproduce the problem locally before I made any changes (can use git stash to temporarily reset the working directory).
[x] When I made (or put back) my changes, the problem I reproduced above was fixed.
Fixes #248.
Adding third-level API tests. Also, in this PR, we update
tensorflow.xml
to add the third-level APIs.Commits
git diff
andgit status
to check my work carefully before committing.Expectations
Add more tests to make sure that the third-level APIs can be processed correctly.
Testing
git stash
to temporarily reset the working directory).Adding tests made in https://github.com/ponder-lab/ML/commit/62f56d1fd7bd21efc0cdc6ed6b87be34c80ce8fc
Final Checks