science
Here are 1,733 public repositories matching this topic...
-
Updated
Feb 8, 2021
-
Updated
Dec 25, 2020 - 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
-
Updated
Feb 8, 2021 - JavaScript
-
Updated
Feb 8, 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
Feb 7, 2021 - Python
Don't bunde the data
-
Updated
Feb 9, 2021 - PHP
What is the feature ?
I'm trying out this library for the first time and I'm seeing several places where some shorthand functions would have been really pleasant:
- Shorthand functions for Pos:
Pos::top_right,Pos::bottom_right,Pos::bottom_centeretc.. - Short way to set colors for components. My plots are supposed to be white-on-black, which requires a lot of boilerplate on lots o
-
Updated
Nov 13, 2020 - Python
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 9, 2021 - Python
At least if the user hasn't taken a screenshot the open screenshots button just silently fails.
Instead it should show a warning popup that the folder doesn't exist and suggest taking a screenshot and then trying again.
The same probably also applies to the browse saves folder button so that should also have a warning popup, and suggesting the player to make a save first.
I think it's fine to
-
Updated
Feb 10, 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
We either do this all ourselves or do some reordering somewhere, I forget. But we should use the LaTeXML option now! brucemiller/LaTeXML#1044
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."
One of the main use cases of
lpadandrpadis, at least for me personally, to align things in the terminal. However,lpadandrpadare defined (and documented) to work in terms of code units (i.e. they calllengthon the input string) which means that whenlengthandtextwidthdisagree, you get unaligned output: