-
Updated
Oct 2, 2021 - C++
computational-science
Here are 120 public repositories matching this topic...
-
Updated
Feb 10, 2021
Is your feature request related to a problem? Please describe
When I first wanted to obtain the entry point from a Group
instance, I intuitively looked for the entry_point
attribute. However, it seems that the entry point of a Group
type can be obtained with the type_string
attribute instead. Is there a difference between the type_string
and the entry point? If not, perhaps we can
Easiest would probably be to use cffi instead of manual CPython binding.
See also conda-forge/reprozip-feedstock#11
-
Updated
Sep 23, 2021 - C++
It would be a bit of fun to see if stk can handle building things like this: https://chemrxiv.org/articles/preprint/Isogonal_Weavings_on_the_Sphere_Knots_Links_Polycatenanes/12616268
-
Updated
Sep 21, 2020
-
Updated
Oct 9, 2020 - TeX
-
Updated
Mar 30, 2018
-
Updated
May 27, 2021
-
Updated
Jun 16, 2021
-
Updated
Jan 5, 2021 - C
-
Updated
May 11, 2021 - Jupyter Notebook
-
Updated
Sep 30, 2021 - C++
-
Updated
Oct 7, 2020 - HTML
-
Updated
Feb 23, 2021 - Jupyter Notebook
-
Updated
May 24, 2021
-
Updated
May 18, 2021 - Jupyter Notebook
-
Updated
May 30, 2021 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Jun 18, 2018 - C
-
Updated
Oct 22, 2019 - TeX
-
Updated
Sep 8, 2021 - F#
-
Updated
Jul 31, 2021 - C++
-
Updated
Sep 30, 2021 - Python
-
Updated
Jul 30, 2021 - Java
-
Updated
Nov 9, 2017
-
Updated
Sep 16, 2021 - Python
Improve this page
Add a description, image, and links to the computational-science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computational-science topic, visit your repo's landing page and select "manage topics."
I was trying to figure out why we get memory leaks in osim-rl. I use a slightly different custom version of osim-rl. However, it seems that everything points towards the integrate function of the Manager. The new version of the Manager does not have a reset mechanism and therefore one must delete the manager and create a new one. I have a minimu