This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asinghvi17
reviewed
Mar 21, 2020
end | ||
|
||
function apply_scaling(value::Number, scaling::Scaling)::Float64 | ||
value_scaled = scaling.scaling_function(value) |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point!
mschauer
reviewed
Apr 4, 2020
Co-Authored-By: Moritz Schauer <[email protected]>
All 242 tests run without error now :)
|
Ok fuck it! This circular dependency is just too annoying for CI :D I'll merge & tag, and come back to fix CI... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Needs:
Finish this up to work with everything JuliaGeometry/GeometryBasics.jl#18
try to get the party started MakieGallery.jl#245
switch to geometrybasics JuliaGeometry/Packing.jl#6
switch to geometrybasics JuliaGraphics/FreeTypeAbstraction.jl#35
refactor for a new world (and GeometryBasics) SimonDanisch/ShaderAbstractions.jl#9
switch to geometrybasics JuliaIO/MeshIO.jl#56
switch to geometrybasics GLMakie.jl#76
switch to GeometryBasics StatsMakie.jl#120
switch to geometrybasics jkrumbiegel/GridLayoutBase.jl#1
switch to GeometryBasics WGLMakie.jl#27