The Wayback Machine - https://web.archive.org/web/20200514115220/https://github.com/topics/open-science
Skip to content
#

open-science

Here are 324 public repositories matching this topic...

pyvista
banesullivan
banesullivan commented Dec 29, 2019

I’m realizing that not all of the API is covered in the documentation. Is there a way we can run sphinx and report the coverage for what is autodoc’d in the docs?

It would be ideal to have this at 100%

banesullivan
banesullivan commented Jul 26, 2019

Feature request: allow passing custom made Matplotlib colormaps

import matplotlib.pyplot as plt
cmap = plt.cm.get_cmap("viridis", 5)

then pass that colormap to the Viewer

(the goal isn't necessarily catecorical colormaps... this is just a simple example. A user might want to make a custom normalized map that are far more complex)

psavery
psavery commented Nov 12, 2019

Currently, the raw data importer always assumes that the data is Fortran ordering, and the user has to manually transpose the data to Fortran ordering if it is actually C ordering instead.

We should add an option to the raw data importer so that the user can specify the ordering of the raw data file. If it is Fortran, we will do nothing, but if it is C ordering, we will convert it to Fortran or

yochannah
yochannah commented May 10, 2018

Manifesto: https://codeisscience.github.io/manifesto/manifesto

I'd like this link to be really prominent (maybe in a button or something) here: https://github.com/yochannah/code-is-science/blob/master/content/_index.md

if you want to pick up this task

  1. Comment on this issue stating that you intend to work on the task
  2. When you're ready, add your work to the repo and create a pu
banesullivan
banesullivan commented Sep 9, 2019

We need to refactor a lot of internal code to leverage PyVista over the native VTK dataset adapters and custom array converters that we have in here which should drastically speedup some filters.

The PVGeo.interface module will need to be completely overhauled to use PyVista as everything in there should have a better implementation in PyVista at this point.

oruebel
oruebel commented May 29, 2019

2) Feature Request

Currently the ordering of dimensions described in the schema is in many cases not listed in the documentation. E.g., for ElectricalSeries.data we should add to the docval that the dimensions are num_time | num_channels. This would help users avoid errors with ordering of dimensions.

This issue was motivated by #960

This issue is in part also related to #626

jcfr
jcfr commented Jun 3, 2019
CMake Warning (dev) at /usr/share/cmake-3.13/Modules/FindPNG.cmake:51 (find_package):
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  CMake variable ZLIB_ROOT is set to:

    /work/dcmjs-build/ZLIB-install

  For compatib
HeidiSeibold
HeidiSeibold commented Jan 27, 2017

E.g. for listOMLTasks the Value documentation is quite scarce

Value
[data.frame].

It would be nice to know what the collumns of the data.frame actually are or at least a link to where I can find this.

Since this is an issue that I just ran into myself, can anyone tell me what max.nominal.att.distinct.values means

Improve this page

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

Learn more

You can’t perform that action at this time.