Skip to content

Recompilation fix - #72

Merged
javdrher merged 6 commits into
masterfrom
recompilation_fix
Aug 23, 2017
Merged

Recompilation fix#72
javdrher merged 6 commits into
masterfrom
recompilation_fix

Conversation

@javdrher

Copy link
Copy Markdown
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
@javdrherjavdrher added this to the 0.1.0 release milestone Aug 21, 2017
@codecov-io

codecov-io commented Aug 21, 2017

Copy link
Copy Markdown

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 FilesCoverage Δ
GPflowOpt/scaling.py100% <ø> (ø)⬆️
GPflowOpt/models.py100% <100%> (ø)⬆️
GPflowOpt/acquisition/acquisition.py100% <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.

Comment threadGPflowOpt/scaling.py Outdated
:param t: :class:`.DataTransform` object: the new input transform.
"""
assert(isinstance(t, DataTransform))
assert(isinstance(t, DataTransform))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

remove tuple

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

@javdrher@codecov-io@icouckuy