-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Milestone
Description
Summary
Tried testing the notebooks with https://github.com/TomographicImaging/Build-scripts/blob/demo_script/test_notebooks.py
Found the following issues
- 05_esrf_pipeline.iynb:
ValueError: Compression bits not valid. Got 0 expected value in [None, 'uint8', 'uint16']
. Fixed with Update default compression for TIFFWriter set_up CIL#2197 - Found some latex rendering errors fixed with Update latex in directional TV, PDHG and SPDHG notebooks #268
- Found some warnings caused by dxchange, fixed with io.ZEISSDataReader: suppress dxchange<=0.2.0 warnings CIL#2207
- Found some warnings caused by unused kwargs, fixed with remove unused kwargs being passed to DataContainer CIL#2206