Skip to content

Refactor client#119

Merged
fcollman merged 7 commits intodevelopfrom
refactor_client
Aug 23, 2018
Merged

Refactor client#119
fcollman merged 7 commits intodevelopfrom
refactor_client

Conversation

@RussTorres
Copy link
Copy Markdown
Collaborator

client scripts are broken up to avoid a large module. Will also support future work on using ArgumentParameters base class to better handle render's input parameter reuse.

self.fillWithNoise = fillWithNoise


@renderclientaccess
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

why is this still in this location?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Are you referring to the pointMatchClient? My thought was that this and the params file would closely mirror what is available as a client in render. the pointMatchClient probably has a higher level of functionality to it than most of the other client calls here, but it fits the bill.

Copy link
Copy Markdown
Member

@fcollman fcollman left a comment

Choose a reason for hiding this comment

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

other than the PointMatch client seeming to be in an odd location I think this seems good to me.

@fcollman
Copy link
Copy Markdown
Member

odd that the travis built failed... seems like its passing project=None...

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 17, 2018

Codecov Report

Merging #119 into develop will decrease coverage by 0.07%.
The diff coverage is 87.95%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #119      +/-   ##
===========================================
- Coverage    94.98%   94.91%   -0.08%     
===========================================
  Files           25       30       +5     
  Lines         1894     2477     +583     
===========================================
+ Hits          1799     2351     +552     
- Misses          95      126      +31
Impacted Files Coverage Δ
renderapi/client/client_calls.py 93.75% <100%> (ø)
renderapi/client/__init__.py 100% <100%> (ø)
renderapi/client/utils.py 63.33% <63.33%> (ø)
renderapi/client/client.py 90.54% <90.54%> (ø)
renderapi/client/params.py 95.74% <95.74%> (ø)
renderapi/transform.py 94.35% <0%> (ø)

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 4d95801...2f7a9d0. Read the comment docs.

@fcollman fcollman merged commit 0cd836c into develop Aug 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.

2 participants