-
Notifications
You must be signed in to change notification settings - Fork 36
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
Seeding dynamic and associated initialisation logic (super-droplet injection during simulation) #1367
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 646286c - Browse repository at this point
Copy the full SHA 646286cView commit details -
moving contents of test_seeding into a Jupyter notebook, descretisati…
…on refactor, parallel=False for seeding backend method
Configuration menu - View commit details
-
Copy full SHA for 6c22296 - Browse repository at this point
Copy the full SHA 6c22296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 560d2b9 - Browse repository at this point
Copy the full SHA 560d2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f10d80 - Browse repository at this point
Copy the full SHA 8f10d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce815f - Browse repository at this point
Copy the full SHA 3ce815fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2a870 - Browse repository at this point
Copy the full SHA 3a2a870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cf0ee - Browse repository at this point
Copy the full SHA 04cf0eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb09a71 - Browse repository at this point
Copy the full SHA eb09a71View commit details -
callable suped_droplet_injection_rate instead of time_window + sd_cou…
…nt plot in the seeding hello world notebook
Configuration menu - View commit details
-
Copy full SHA for 29bca2a - Browse repository at this point
Copy the full SHA 29bca2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec6978 - Browse repository at this point
Copy the full SHA 4ec6978View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0eea06 - Browse repository at this point
Copy the full SHA f0eea06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f66e1e - Browse repository at this point
Copy the full SHA 3f66e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ec98f - Browse repository at this point
Copy the full SHA 04ec98fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3318e6 - Browse repository at this point
Copy the full SHA d3318e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f05941 - Browse repository at this point
Copy the full SHA 1f05941View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2bd158 - Browse repository at this point
Copy the full SHA a2bd158View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdca44b - Browse repository at this point
Copy the full SHA bdca44bView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd9677e - Browse repository at this point
Copy the full SHA bd9677eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47616e1 - Browse repository at this point
Copy the full SHA 47616e1View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd042a8 - Browse repository at this point
Copy the full SHA dd042a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb4de82 - Browse repository at this point
Copy the full SHA bb4de82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d4df0 - Browse repository at this point
Copy the full SHA 61d4df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e427886 - Browse repository at this point
Copy the full SHA e427886View commit details -
added seeded particle sampling logic (i.e. user performs sampling, dy…
…namic performs shuffling from the sampled multiplicities and attribute values), more tests needed, dome TODOs remain
Configuration menu - View commit details
-
Copy full SHA for c17f338 - Browse repository at this point
Copy the full SHA c17f338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f42bc3 - Browse repository at this point
Copy the full SHA 9f42bc3View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 569a3fa - Browse repository at this point
Copy the full SHA 569a3faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0642e96 - Browse repository at this point
Copy the full SHA 0642e96View commit details
Commits on Sep 3, 2024
-
add notebook and test for notebook of parcel simulation without colli…
…sions and with or without seeding
claresinger committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 5e5b775 - Browse repository at this point
Copy the full SHA 5e5b775View commit details
Commits on Sep 4, 2024
-
claresinger committed
Sep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for eadebc5 - Browse repository at this point
Copy the full SHA eadebc5View commit details
Commits on Sep 11, 2024
-
claresinger committed
Sep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 5c4c52f - Browse repository at this point
Copy the full SHA 5c4c52fView commit details -
claresinger committed
Sep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 9520ab1 - Browse repository at this point
Copy the full SHA 9520ab1View commit details -
add blank new unit test for particle injection logic
claresinger committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a9238e - Browse repository at this point
Copy the full SHA 1a9238eView commit details
Commits on Sep 12, 2024
-
add flag for enable_collisions in seeding example and remove duplicat…
…e simulation.py file
claresinger committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for fc4f49e - Browse repository at this point
Copy the full SHA fc4f49eView commit details -
unit test for number_of_super_particles_to_inject and add ValueError …
…in particulator to avoid segfault on injection logic
claresinger committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 859ce39 - Browse repository at this point
Copy the full SHA 859ce39View commit details -
add test for seeded particle index and fix injection logic to iterate…
… forward, not backward
claresinger committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 274a70e - Browse repository at this point
Copy the full SHA 274a70eView commit details -
move backend tests to backends/. add test for seeding dynamic includi…
…ng shuffle. update todos.
claresinger committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for d19057f - Browse repository at this point
Copy the full SHA d19057fView commit details -
pylint fixes. disable unused-argument for the MockParticulator seedin…
…g method in unit tests to retain similarity to real code.
claresinger committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 0dff888 - Browse repository at this point
Copy the full SHA 0dff888View commit details -
add edge case of all nan to discretise_multiplicities and add test to…
… cover this case
claresinger committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for e2bd0a4 - Browse repository at this point
Copy the full SHA e2bd0a4View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1b988d - Browse repository at this point
Copy the full SHA a1b988dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53fbae4 - Browse repository at this point
Copy the full SHA 53fbae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b799972 - Browse repository at this point
Copy the full SHA b799972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 773408b - Browse repository at this point
Copy the full SHA 773408bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d20c69a - Browse repository at this point
Copy the full SHA d20c69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f603d - Browse repository at this point
Copy the full SHA 67f603dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d58b70 - Browse repository at this point
Copy the full SHA 0d58b70View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37ea0a0 - Browse repository at this point
Copy the full SHA 37ea0a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d305e95 - Browse repository at this point
Copy the full SHA d305e95View commit details -
try moving seeding to multi_process_a - there are timeouts on windows…
… in multi_process_b now
Configuration menu - View commit details
-
Copy full SHA for 794243c - Browse repository at this point
Copy the full SHA 794243cView commit details