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

open-science

Here are 433 public repositories matching this topic...

jhlegarreta
jhlegarreta commented Mar 25, 2021

Split itkHausdorffDistanceImageFilterTest to the corresponding classes unit tests

Description

The classes ``itk::HausdorffDistanceImageFilteranditk::DirectedHausdorffDistanceImageFilter` are tested in the same [`itkHausdorffDistanceImageFilterTest.cxx](itk::https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Filtering/DistanceMap/test/itkHausdorffDistanceImageFilte

Collective Knowledge framework (CK) helps to organize software projects as a database of reusable components and micro-services with common APIs, automation actions and extensible meta descriptions based on FAIR principles. See real-world use cases from MLPerf, General Motors, Arm, Qualcomm, the Raspberry Pi foundation and ACM:

  • Updated Jun 14, 2021
  • Python

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.

  • Updated Jun 11, 2021
  • Python
ghutchis
ghutchis commented Apr 17, 2021

It would be great to run static analysis tools on pull requests.

One that looks really good:
https://github.com/marketplace/actions/clang-tidy-review

  • It only runs on changes in the pull request
  • Adds comments inline to the PR code
  • Can use compile_commands.json (-DCMAKE_EXPORT_COMPILE_COMMANDS=ON to cmake)

An example with similar Qt build process:
https://github.com/Mudlet/M

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

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