Skip to content

Add thin plate spline transform#110

Merged
fcollman merged 47 commits intoAllenInstitute:developfrom
djkapner:add_ThinPlateSplineTransform
Jun 23, 2018
Merged

Add thin plate spline transform#110
fcollman merged 47 commits intoAllenInstitute:developfrom
djkapner:add_ThinPlateSplineTransform

Conversation

@djkapner
Copy link
Copy Markdown
Contributor

Does not currently calculate anything. But, allows for ingestion of dataString, and base64 encoding/decoding.

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 19, 2018

Codecov Report

Merging #110 into develop will increase coverage by 0.1%.
The diff coverage is 97.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #110     +/-   ##
==========================================
+ Coverage    93.91%   94.02%   +0.1%     
==========================================
  Files           16       16             
  Lines         1694     1741     +47     
==========================================
+ Hits          1591     1637     +46     
- Misses         103      104      +1
Impacted Files Coverage Δ
renderapi/utils.py 95.87% <100%> (+0.42%) ⬆️
renderapi/transform.py 94.35% <97.43%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d9a8e5...a498117. Read the comment docs.

).decode('utf-8')


def decodeBase64(src, n):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This n input is not used any more right?

requirements.txt Outdated
decorator
six No newline at end of file
six
bitstring
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we are no longer calling bitstring.

@fcollman fcollman merged commit 4765f34 into AllenInstitute:develop Jun 23, 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