EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
242 stars 65 forks source link

Changed file loading errors #32

Closed skjerns closed 5 years ago

skjerns commented 5 years ago

Smaller patches for file selection:

1) JSON is standard to save a GUI config. This should also be standard when loading a GUI config (or at least selectable). 2) Standard file pattern for loading EEG data includes now all EEG files. Else the user has to select his specific format each time he starts sleep.

codecov[bot] commented 5 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   86.31%   86.31%           
=======================================
  Files         131      131           
  Lines       19148    19148           
  Branches     1458     1458           
=======================================
  Hits        16527    16527           
  Misses       2063     2063           
  Partials      558      558
Impacted Files Coverage Δ
...isbrain/gui/sleep/interface/ui_elements/ui_menu.py 81.81% <ø> (ø) :arrow_up:
visbrain/io/read_sleep.py 29.52% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6122f8e...21388f0. Read the comment docs.