science
Here are 1,911 public repositories matching this topic...
-
Updated
Aug 14, 2021
-
Updated
Apr 14, 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
-
Updated
Dec 21, 2019
@embray or @Iamsoto , please correct me if I misunderstood. This is from astropy/astropy#11015 (comment) and is an independent issue as stated in astropy/astropy#11046 (comment) .
Also see: #11004
-
Updated
Aug 17, 2021 - JavaScript
-
Updated
Aug 9, 2021 - 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
Jan 17, 2020
-
Updated
Aug 12, 2021 - Python
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_center
etc.. - 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
Aug 17, 2021 - PHP
Don't bunde the data
-
Updated
Aug 17, 2021 - Standard ML
-
Updated
Jul 28, 2021 - Python
Follow redirects
If you paste in a t.co link, or whatever, it should follow it.
-
Updated
Aug 17, 2021 - Python
in order to not overlap with the new patch name location text
-
Updated
Aug 17, 2021 - Python
For the long term, we could clean up the code base a bit by internally using pathlib instead of os.path.join(....)
and consorts. This is no vital or overly important task but it will help new contributors, to use it in new contributions and not introduce more old-style code, looking at the rest of the code base.
This is a pretty trivial (but longish) task and is a good first issue for new peo
-
Updated
Aug 3, 2021 - 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."
Defining
propertynames
for non-struct types is not enough to enable tab completion in the REPL, as is being done withCptr
(analytech-solutions/CBinding.jl#77) and eventually withPtr
(JuliaInterop/Clang.jl#316). It appears to be prevented because of the followingisstructtype
check: https://github.com/JuliaLang/julia/blob/c95448fb988441