Skip to content

Conversation

@javdrher
Copy link
Member

Following the discussion in GPflow/GPflow#442, a fix was developed to solve the recompilation problems which cause e.g. #37, which is the only known incompatibility between the GPflowOpt design and GPflow. The reason for this might be solved in the future in GPflow itself, which should be preferred over this solution.

@icouckuy icouckuy self-requested a review August 21, 2017 12:57
@javdrher javdrher added this to the 0.1.0 release milestone Aug 21, 2017
@codecov-io
Copy link

codecov-io commented Aug 21, 2017

Codecov Report

Merging #72 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #72      +/-   ##
=========================================
+ Coverage   99.79%   99.8%   +<.01%     
=========================================
  Files          17      17              
  Lines         994    1013      +19     
=========================================
+ Hits          992    1011      +19     
  Misses          2       2
Impacted Files Coverage Δ
GPflowOpt/scaling.py 100% <ø> (ø) ⬆️
GPflowOpt/models.py 100% <100%> (ø) ⬆️
GPflowOpt/acquisition/acquisition.py 100% <100%> (ø) ⬆️

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 6354112...5ba4259. Read the comment docs.

:param t: :class:`.DataTransform` object: the new input transform.
"""
assert(isinstance(t, DataTransform))
assert (isinstance(t, DataTransform))
Copy link
Contributor

Choose a reason for hiding this comment

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

remove tuple

@javdrher javdrher mentioned this pull request Aug 22, 2017
@javdrher javdrher merged commit cc36cfe into master Aug 23, 2017
@javdrher javdrher mentioned this pull request Aug 23, 2017
@markvdw markvdw deleted the recompilation_fix branch August 29, 2017 15:48
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.

4 participants