Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

switch to geometrybasics #351

Merged
merged 31 commits into from
Apr 9, 2020
Merged

switch to geometrybasics #351

merged 31 commits into from
Apr 9, 2020

Conversation

src/interfaces.jl Outdated Show resolved Hide resolved
end

function apply_scaling(value::Number, scaling::Scaling)::Float64
value_scaled = scaling.scaling_function(value)
Copy link
Member

Choose a reason for hiding this comment

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

This would throw an error if given log(0) - would we need to handle this directly in Sampler?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point!

@SimonDanisch
Copy link
Member Author

SimonDanisch commented Apr 6, 2020

All 242 tests run without error now :)
Remaining problem:

  • Still needs to fix 3d contour volume plots.

@SimonDanisch
Copy link
Member Author

Ok fuck it! This circular dependency is just too annoying for CI :D I'll merge & tag, and come back to fix CI...

@SimonDanisch SimonDanisch merged commit d460a60 into master Apr 9, 2020
@SimonDanisch SimonDanisch deleted the sd/geometrybasics branch April 9, 2020 22:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants