slimgroup / InvertibleNetworks.jl

A Julia framework for invertible neural networks
MIT License
149 stars 21 forks source link

add julia 1.7 testing #42

Closed mloubout closed 2 years ago

mloubout commented 2 years ago

Add test suite for new julia version. Drop older 1.3

codecov[bot] commented 2 years ago

Codecov Report

Merging #42 (e4a2c97) into master (fc5ebc9) will increase coverage by 0.17%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   85.77%   85.94%   +0.17%     
==========================================
  Files          31       31              
  Lines        2509     2511       +2     
==========================================
+ Hits         2152     2158       +6     
+ Misses        357      353       -4     
Impacted Files Coverage Δ
src/utils/activation_functions.jl 83.52% <0.00%> (+0.19%) :arrow_up:
src/layers/invertible_layer_basic.jl 92.20% <0.00%> (+1.41%) :arrow_up:
src/utils/chainrules.jl 93.75% <0.00%> (+2.08%) :arrow_up:
src/utils/parameter.jl 62.31% <0.00%> (+2.89%) :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 fc5ebc9...e4a2c97. Read the comment docs.