Skip to content
#

scientific

Here are 255 public repositories matching this topic...

julia
aquohn
aquohn commented Jan 25, 2022

When zipping with a product iterator with no arguments (which produces only one output, the empty tuple), it seems the check for zip completion does not handle this case:

julia> for (z,) in zip(Iterators.product())
       @show z
       end
z = ()
ERROR: ArgumentError: tuple must be non-empty
Stacktrace:
 [1] first(#unused#::Tuple{})
   @ Base ./tuple.jl:140
 [2] _pisdone
   @ ./ite
isaak-willett
isaak-willett commented May 18, 2020

Overview

AllenSDK has a lot of unused docker files that would ideally be cleaned up. There are many files that are not used or have not been updated in a long time. The task is to identify the docker files and images that need to be removed to keep the code base clean and understandable.

ToDo:

  • Identify the docker files that have not been used or updated in a long time
  • Delete these

Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.

  • Updated Sep 5, 2021
ManInFez
ManInFez commented Jun 22, 2021

Current behaviour

ert3 init creates a workspace but fails if it can not post to ert-storage.
Running ert3 init again results in Workspace already initialised. User have to rm -rf .ert before running ert3 init again.

Desired behaviour

ert3 init fails with ert-storage not available or similar. Re-running ert3 init should then succeed when ert-storage becomes a

BobSimons
BobSimons commented Feb 8, 2021

[This has been assigned to Harry Singh of ONC.]

ERDDAP has a Keywords converter which converts a CF Standard Name to/from a GCMD Science Keyword.
Unfortunately, the conversion file was made a long time based on CF Standard Names and GCMD keywords which are now out-of-date.
The project here is to update the conversion file (WEB-INF/classes/gov/noaa/pfel/erddap/util/CfToGcmd.txt).

Skills req

Improve this page

Add a description, image, and links to the scientific topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scientific topic, visit your repo's landing page and select "manage topics."

Learn more