Skip to content
#

scientific

Here are 264 public repositories matching this topic...

julia
stevengj
stevengj commented Apr 2, 2022

Currently, this is defined only for arrays, but it seems like we should have

normalize(x::Number) = x / abs(x)

(I just came across this when trying to implement this algorithm for random unitary matrices, which is basically Q * Diagonal(normalize.(diag(R)), but I discovered that normalize didn't work.)

linear algebra good first issue
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
help wanted good first issue DevOps noprogram

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 Apr 7, 2022
  • Jupyter Notebook
xjules
xjules commented Mar 23, 2022

When running gui; ert gui poly.ert, got several warnings of this type:

ert/res/enkf/state_map.py:110: DeprecationWarning: an integer is required (got type RealizationStateEnum).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
  return _lib.state_map.select_matching(self, select_mask, True)
ert/ert_gui/plottery/plots/ensemble.p
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

enhancement GSoC good first issue Straightforward

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