Skip to content
#

science

Here are 2,156 public repositories matching this topic...

julia
anandijain
anandijain commented Apr 27, 2022

I was almost positive that this got fixed but I got this warning. I tried finding the original but can't seem to

┌ Warning: Pkg.installed() is deprecated
└ @ Pkg /Users/sabae/src/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Pkg.jl:661

julia> versioninfo()
Julia Version 1.8.0-beta1
Commit 7b711ce699 (2022-02-23 15:09 UTC)
Platform Info:
  OS: macOS (arm64-apple-darwin21.2.0)
  CP
good first issue logging
oittaa
oittaa commented Apr 29, 2022

If m is negative, this will turn it into positive since n is always a positive integer.

https://github.com/sympy/sympy/blob/09c03dc8a17ebd2c65c90f4a12af78a91c715d90/sympy/ntheory/residue_ntheory.py#L998-L999

But a little bit later there's another test for negative values that will never be reached.

https://github.com/sympy/sympy/blob/09c03dc8a17ebd2c65c90f4a12af78a91c715d90/sympy/nthe

ntheory good first issue
stellarium
Carz10
Carz10 commented Mar 23, 2022

Is your feature request related to a problem? Please describe.
The Problem with the current implementation is that it seems fixed for the distance to the Moon. We operate Satellites in geostationary orbit and it would be interesting to see the umbra/penumbra based on the distance to those satellites to assess when they enter the shadow during eclipse time (March-April/September-October).

feature request good first issue
mikegray
mikegray commented Jun 13, 2019

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

Enhancement ImageBuilding good first issue
kangalioo
kangalioo commented Jul 21, 2020

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:

  1. Shorthand functions for Pos: Pos::top_right, Pos::bottom_right, Pos::bottom_center etc..
  2. 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
Thrive

Improve this page

Add a description, image, and links to the science 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 science topic, visit your repo's landing page and select "manage topics."

Learn more