-
Updated
Jul 15, 2022 - Rust
science-research
Here are 243 public repositories matching this topic...
-
Updated
Feb 16, 2022 - Python
Describe the bug
LocalOtsuThreshold should return a binary mask as np.ndarray, like its "sibling" OtsuThreshold
- We should not apply
np_to_pilbefore returning, butthreshold_to_mask(likeOtsuThreshold) - The docstrings of
LocalOtsuThresholdandlocal_otsu_thresholdare different, while they should be the same. - Type hints need to be fixed as well to reflect the new
-
Updated
Jun 26, 2022 - C
-
Updated
Apr 22, 2021 - Python
-
Updated
Apr 8, 2021 - Python
Objective
Provide a German translation of the strings defined in headers/text.h.
Rationale
Users, especially in educative contexts, might want to use the software in their native language.
Is your feature request related to a problem? Please describe.
It can be necessary to pull out the instrument sampling rate from data. In principle this should be easy but data gaps, instrument turn on/off, etc. can potentially frustrate this determination.
Describe the solution you'd like
It may be necessary for calc_res in utils.time to support different averaging methods for da
This request is to make $(OUTPUT_PATH) behave more like the other labels and variables such that it is accessible without the timestamped sub directories appended to it when the spec is run. Making the timestamped sub directories accessible in another token in the workflow spec and meta files would be a useful side effect of this change.
-
Updated
Jul 4, 2022 - Java
-
Updated
Jul 11, 2022 - Python
-
Updated
Apr 19, 2022 - Jupyter Notebook
-
Updated
Jul 15, 2022 - Python
More automated tests
#134 gives us the framework to test core FPSci functionality. This issue is here to discuss the kinds of tests that should be added to avoid regressions in functionality as we add features.
-
Updated
Jul 13, 2022 - C++
-
Updated
Mar 12, 2022 - Python
-
Updated
Aug 18, 2021 - Jupyter Notebook
-
Updated
Sep 22, 2021 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
Jul 10, 2022 - Python
Add new resources
Contributions are welcome, let's fill this list with awesome open science resources, books, courses, events, research data, etc ...
The instructions and configurations listed in hn2016_falwa/examples/ to run the sample codes are specific to conda users. It would be great to include instructions for pip/virtualenv users as well, as many scientists are actually using that.
-
Updated
Jun 21, 2022 - C++
-
Updated
May 3, 2022 - TeX
-
Updated
Sep 26, 2019 - C++
-
Updated
May 27, 2021 - Python
-
Updated
May 4, 2021 - Python
Improve this page
Add a description, image, and links to the science-research topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the science-research topic, visit your repo's landing page and select "manage topics."
When using
savename, some unexpected behaviour can happen when using some parameter values with thesigdigitskeyword. This seems to be due to the fact thatsavenameuses theroundfunction to format numbers, which is designed for outputting numbers as strings. One issue occurs when using very small or large numbers, and is due to [a known bug inround](https://github.com/JuliaLang/julia