science
Here are 1,501 public repositories matching this topic...
-
Updated
Jun 16, 2020
Basic info
Application name: prom2teams
Application repo link: https://github.com/idealista/prom2teams
**Application h
The Heaviside function should be built in, but the following code throws the error Name Heaviside not defined. Trying to define Heaviside myself did nothing - based on the Traceback I guess it should be defined within lambdifygenerated.
from sympy import *
from IPython.display import display
mux, s, Px, Py, Pxe, Pye = symbols("mu_X s P_X P_Y P_X^* P_Y^*", positive=True)
vx,
-
Updated
May 30, 2020
-
Updated
Dec 21, 2019
As discussed in astropy/astropy#10185 (comment), it would be nice to avoid repetitive code such as
observer = ICRS(ra=0 * u.degree, dec=0 * u.degree,
pm_ra_cosdec=0 * u.mas/u.yr, pm_dec=0 * u.mas/u.yr,
distance=0 * u.pc, radial_velocity=0 * u.km/u.s)in tests (or even implementations). Having a way to do ``
Checklist
Please ensure the following tasks are completed before filing a bug report.
- Read and understood the [Code of Conduct][code-of-conduct].
- Searched for existing issues and pull requests.
Description
Description of the issue.
The following code produces an array whose shape does not match what I'd expect:
-
Updated
Mar 26, 2020 - Python
Using Stellarium v0.19.1-86-g063f535f3b, I get the following image of the Moon. Compared with the photo from Wikipedia or the one from NASA or [this one also from NASA](https://solarsystem.nasa.gov/resources/843/rare-full-moon-on-christmas-day/?category=
Version of Singularity:
$ singularity version
3.5.2
Expected behavior
Given this simple def file:
$ more simple.def
Bootstrap: library
From: ubuntu:18.04
%post
mkdir -p /opt/openmpi-4.0.1 && cd $_
pwd
The pwd should print /opt/openmpi-4.0.1
Actual behavior
S
Add tests
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
-
algorithm parts. See
src/algorithms -
React parts - components and pages. See
src/componentsandsrc/pages -
State management: redux reducers and sagas. See
src/state
The infrastructure:
jestand@testing-libraryare already set up. Un
-
Updated
Jan 17, 2020
In Advanced view when Activity on any of the items is set to Suspend, it will suspend that item for eternity until 'based on preferences' or 'always' is chosen.
In Simple view there is a Suspend button at the bottom, which suspends calculations for just one hour.
It does the same thing as the Snooze option in the (Windows) right-click BOINC Manager icon in the system tray.
For consistenc
Improve the docs
This is just a placeholder issue to obtain feedback about the current state of the docs:
- Are the docs clear enough?
- Are the examples useful and real?
- Is the information there for a newbie?
- Is the information there for an advanced user?
- Is the organization appropiate?
- What can we do to improve it.
Example:
Run this tool (provide any directory as the aa input)
class: CommandLineTool
cwlVersion: v1.0
baseCommand: ["echo"]
inputs:
- type: Directory
id: aa
inputBinding:
valueFrom: "$(self.listing.length)"
outputs:
o1:
type: Directory
outputBinding:
glob: $(inputs.aa.basename)
requirements:
- class: InlineJavascriptRequirement
- class: InitialWork
-
Updated
Jun 18, 2020 - Python
Issue tracker is only for Bugs and Features, before to open a new issue please read the Contributing document (link at the right), and use the forums if you need help or technical support.
Dollar signs entered into Builder loop nReps fields are being compiled to JS in the TrialHandler nReps parameter, causing a reference error in browsers, e.g., see Discourse post
Three very minor typos are present in these documents that break the code when copied-and-pasted as they are.
Link: https://gatk.broadinstitute.org/hc/en-us/community/posts/360056484652-Typos-in-docs
--
1. https://gatk.broadinstitute.org/hc/en-us/articles/360036726571-LeftAlignAndTrimVariants
the fifth code block on this page
The field __name__ is a built-in module variable in python. E.g. if __name__ == "__main__": is commonly used. It is overwritten in the backends. In backend_glfw.py we have the lines:
# Backend name
__name__ = "GLFW"
https://github.com/glumpy/glumpy/blob/master/glumpy/app/window/backends/backend_glfw.py#L43
It means that print(type(app.Window())) returns `<class 'GLFW.Window'>
-
Updated
Jun 17, 2020 - Rust
I noticed that the docs for EvaluationStatus indicate that "reported" is an acceptable value, but the code for EvaluationStatus itself will not accept it.
obspy.core.event.Pick(time=time, waveform_id=wid, phase_hint="P", evaluation_status="reported")
returns
`ValueError: Setting attribute "evaluation_status" failed. Value "reported" could not be converted to type "Enum(["preliminary
-
Updated
Jun 6, 2020 - 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."


Do we expect the following syntax to work?
It works if you call
<:as a broadcasted function:Version info: