forked from nest/nest-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update of random management #30
Merged
hakonsbm
merged 563 commits into
hakonsbm:feature/cpp11-librandom
from
heplesser:hakonsbm_cpp11-librandom
Apr 23, 2020
Merged
Update of random management #30
hakonsbm
merged 563 commits into
hakonsbm:feature/cpp11-librandom
from
heplesser:hakonsbm_cpp11-librandom
Apr 23, 2020
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
Refactor beta normalization factor calculation into function
…from_data small changes for managing 0-dimensional inputs
Move dependencies and fix broken image links
Fix broken "Network models" link
…_data Add option to generate connections from NumPy arrays
Only include audio backend header in MyModule if library support is detected
Handle libboost same as all other libraries
Create template for documentation issues
# Conflicts: # nestkernel/rng_manager.cpp # topology/doc/source/Topology_UserManual.md # topology/doc/source/Topology_UserManual.rst
…est-simulator into hakonsbm_cpp11-librandom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@hakonsbm Here is the PR with my changes to the RNG scheme. I have merged master (79f8df2, i.e. before install dir reorganisation) and your block-vector fix branch (a0d278cd1d, so things work with boost). A number of tests fails, mostly I assume because we now have different random number sequences. We should discuss these tests tomorrow and also discuss further tests we need.