Skip to content
#

science

Here are 1,432 public repositories matching this topic...

oscarbenjamin
oscarbenjamin commented Mar 27, 2020

This is from stackoverflow:
https://stackoverflow.com/questions/60879706/sympy-solve-linear-system-of-equations

In this example linear_eq_to_matrix takes a long time:

from sympy import *
import sympy as sp
import numpy as np

## I've imported all libs.
comp = 5
h = 0.1
nodes = int(((comp/h)+3))
a = np.array(sp.symbols("w0:"+str(nodes**2)))
w = np.reshape(a, (nodes,nodes)
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

RichardHaselgrove
RichardHaselgrove commented Apr 15, 2020

Describe the bug
When the optional file cc_config.xml is absent, the three default log flags (file_xfer, sched_ops, task) remain unset.
If cc_config.xml is present, but no log flags are mentioned in it, the defaults are set.

Steps To Reproduce

  1. Delete or rename cc_config.xml
  2. Restart client
  3. View Event log.

Expected behavior
Default values should be set, as before.

hgrecco
hgrecco commented Jan 7, 2020

This is just a placeholder issue to obtain feedback about the current state of the docs:

  1. Are the docs clear enough?
  2. Are the examples useful and real?
  3. Is the information there for a newbie?
  4. Is the information there for an advanced user?
  5. Is the organization appropiate?
  6. What can we do to improve it.
bogdang989
bogdang989 commented Jan 14, 2020

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
coderb
coderb commented Apr 12, 2020

Please add data for the model cumulative cases.

This would be useful when trying to manually fit parameters to observed data especially around interventions.

/edit by noleti: Rephrasing as "Please add a line to the results plot which represents the cumulative number of cases in the simulation (i.e. cumulative cases (simulation)). The number would essentially be total population-current susce

therealmarv
therealmarv commented Jan 19, 2017

Traceback:

# python cli.py markdown_db_migrate
Slave binds are misssing, adding Master as slave too.
<type 'exceptions.KeyError'>
('TWITTER_CONSUMER_KEY',)
'TWITTER_CONSUMER_KEY'
Twitter signin disabled
<type 'exceptions.KeyError'>
('FACEBOOK_APP_ID',)
'FACEBOOK_APP_ID'
Facebook signin disabled
<type 'exceptions.KeyError'>
('GOOGLE_CLIENT_ID',)
'GOOGLE_CLIENT_ID'
Google signin
ThomasLecocq
ThomasLecocq commented Dec 18, 2019

Currently, the doc builder complains for some files with:

/private-backup/home/obspy/update-docs-pr/src/obspy/misc/docs/source/packages/obspy.core.event.rst:: WARNING: document isn't included in any toctree
/private-backup/home/obspy/update-docs-pr/src/obspy/misc/docs/source/packages/obspy.core.event.header.rst:: WARNING: document isn't included in any toctree
/private-backup/home/obspy/

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

You can’t perform that action at this time.