-
Updated
Jul 30, 2021 - C
science-research
Here are 194 public repositories matching this topic...
-
Updated
Jul 20, 2021 - Python
-
Updated
Apr 22, 2021 - Python
-
Updated
Jul 24, 2021 - C
-
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 8, 2021 - Jupyter Notebook
-
Updated
Jul 27, 2021 - Python
-
Updated
Jul 23, 2021 - C++
-
Updated
Jul 30, 2021 - Python
-
Updated
Apr 29, 2021 - Python
-
Updated
Jul 16, 2021 - Python
-
Updated
May 21, 2021 - Python
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
Mar 14, 2021 - Jupyter Notebook
Add new resources
Contributions are welcome, let's fill this list with awesome open science resources, books, courses, events, research data, etc ...
-
Updated
Jul 27, 2021 - C++
-
Updated
Sep 26, 2019 - C++
-
Updated
Jul 6, 2018 - C++
-
Updated
May 24, 2021 - JavaScript
-
Updated
Jul 19, 2021 - TeX
-
Updated
May 11, 2021 - C#
-
Updated
May 27, 2021 - Python
-
Updated
Jul 29, 2021 - JavaScript
-
Updated
May 29, 2021 - TeX
-
Updated
May 19, 2020 - Python
-
Updated
Nov 7, 2018 - 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."
I am trying to use the "accesses" keyword in the function savename to choose only a selection of keys for the file name. While I have no issues with the "ignores" keyword, I can't get it to work with "accesses". This is how I call the function:
name = savename(Params, "eps"; sigdigits = 3, accesses = ["δ", "phi", "v0"])which does give me the following error:
`ERROR: MethodError: no method ma