ICB-DCM / pyABC

distributed, likelihood-free inference
https://pyabc.rtfd.io
BSD 3-Clause "New" or "Revised" License
204 stars 44 forks source link

Fix sqlalchemy warning "SAWarning: TypeDecorator BytesStorage() will not produce a cache key" #590

Closed yannikschaelte closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #590 (2f9cb39) into develop (6446a77) will increase coverage by 2.67%. The diff coverage is 89.96%.

@@             Coverage Diff             @@
##           develop     #590      +/-   ##
===========================================
+ Coverage    84.08%   86.76%   +2.67%     
===========================================
  Files           91      122      +31     
  Lines         5260     7751    +2491     
===========================================
+ Hits          4423     6725    +2302     
- Misses         837     1026     +189     
Impacted Files Coverage Δ
pyabc/inference/__init__.py 100.00% <ø> (ø)
pyabc/predictor/predictor.py 95.96% <ø> (ø)
pyabc/random_variables.py 67.42% <ø> (+1.55%) :arrow_up:
pyabc/sampler/__init__.py 100.00% <ø> (ø)
pyabc/sampler/base.py 97.22% <ø> (+3.28%) :arrow_up:
pyabc/sampler/concurrent_future.py 100.00% <ø> (ø)
pyabc/sampler/dask_sampler.py 100.00% <ø> (ø)
pyabc/sampler/eps_mixin.py 98.73% <ø> (-1.27%) :arrow_down:
pyabc/sampler/mapping.py 95.00% <ø> (ø)
pyabc/sampler/multicore.py 98.24% <ø> (ø)
... and 171 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.