reproducibility
Here are 533 public repositories matching this topic...
-
Updated
Feb 10, 2022 - Python
-
Updated
Feb 27, 2022 - Python
-
Updated
Feb 25, 2022 - Python
-
Updated
May 22, 2018 - Python
-
Updated
Jan 12, 2022 - Kotlin
-
Updated
Sep 24, 2021 - R
Description
Currently, when a challenge link from EvalAI is shared users see a generic view of EvalAI homepage. We want the details specific to a challenge to be shown when a link is shared. Here's how it looks currently
Expected behavior:
T
-
Updated
Feb 26, 2022 - HTML
-
Updated
Feb 19, 2022 - Python
-
Updated
Feb 10, 2022 - Python
-
Updated
Jan 23, 2022 - R
-
Updated
Feb 26, 2022 - R
-
Updated
Feb 25, 2022 - R
-
Updated
Dec 12, 2021 - R
-
Updated
Mar 31, 2018 - Jupyter Notebook
-
Updated
Sep 7, 2021 - Python
-
Updated
Feb 24, 2022 - Java
-
Updated
Feb 14, 2022 - Python
-
Updated
Jul 1, 2019 - Python
-
Updated
Feb 23, 2022 - Python
-
Updated
Nov 23, 2021 - Python
-
Updated
Feb 25, 2022 - Jupyter Notebook
-
Updated
Feb 24, 2022 - Python
Easiest would probably be to use cffi instead of manual CPython binding.
See also conda-forge/reprozip-feedstock#11
Add an example workflow in the examples/gradle/ folder that exemplifies how to make use of Popper to create a CI pipeline for java projects that use gradle as their build system. The image used by the workflow can be the official one.
cli: colorize output
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Nov 30, 2021 - Python
Improve this page
Add a description, image, and links to the reproducibility topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reproducibility topic, visit your repo's landing page and select "manage topics."

We support toml as params file. There are a few issues with our current toml parsing:
tomllibrary, which is not toml 1.0 standard compatible. Also, the library is not being actively maintained.tomldumping does not preserve existing formatting.We can try migrating to
tomli(which