science
Here are 2,081 public repositories matching this topic...
-
Updated
Feb 3, 2022
-
Updated
Oct 11, 2021 - Jupyter Notebook
See this issue sympy/sympy#11044 . That issue was fixed in PR sympy/sympy#11566. Though no test case was added for the lambdify.
What needs to be done?
Add test case that this works just fine:
>>> from sympy import MatrixSymbol, lambdify
>>> x = MatrixSymbol('x', 3, 1)
>>> f = lambdify(x, x.T*x)Test case needs to
-
Updated
May 30, 2020
star trails
Description
This little branch adds an interesting "wow" effect by not blanking frames. You can configure a key
Cosmology can now read and write to files.
It would be nice to register with Cosmology.write a method for exporting a Cosmology to a HTML table.
There are good examples of IO with Cosmology at https://github.com/astropy/astropy/tree/main/astropy/cosmology/io
and documentation at https://docs.astropy.org/en/latest/cosmology/io.html#cosmology-io
I'm thinking the write_html(...) method
-
Updated
Dec 21, 2019
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Jan 28, 2022 - Python
Version of Singularity:
3.0.3
Expected behavior
Some progress or update information during the creation of the SIF file.
Actual behavior
During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.
Steps to reproduce behavior
I was executing a few “larger” builds through the bui
-
Updated
Oct 27, 2021
What is the feature ?
I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:
- Shorthand functions for Pos:
Pos::top_right,Pos::bottom_right,Pos::bottom_centeretc.. - Short way to set colors for components. Currently, lots of boilerplate is required for e.g. white-on-black plotos
- a cool start would b
-
Updated
Jan 30, 2022 - Python
-
Updated
Feb 4, 2022 - PHP
could make the chemoreceptor auto select the compound's colour when selecting one, this would make it faster to configure multiple chemoreceptors for different compounds to look for.
Just needs a callback for the option button to detect when it changes value, and then just looking up the compound colour and setting that on the colour picker. Could maybe only change the colour if it is white or
Don't bunde the data
-
Updated
Feb 2, 2022 - Standard ML
-
Updated
Feb 2, 2022 - Common Workflow Language
Follow redirects
If you paste in a t.co link, or whatever, it should follow it.
-
Updated
Jan 29, 2022
-
Updated
Feb 4, 2022 - Python
-
Updated
Feb 4, 2022 - Python
-
Updated
Jan 28, 2022 - Python
Improve this page
Add a description, image, and links to the science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the science topic, visit your repo's landing page and select "manage topics."
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: