Commit 5a82427
authored
Add output verbosity control (#131)
* Create and use load_numeric_block method in io/ascii.py
* Disable some rules for docs/
* Initial implementation of the new tutorial
* Add add_from_zip_path to Experiments collection
* Update data index hash
* Use data from web repo
* Use another dataset
* Save project after every fit
* Clean up
* Initial implementation of plotting parameter evolution
* Replace conditions category with diffrn using CIF naming
* Simplify extract_metadata API and make data loading explicit
* Fix fit_results to store snapshot parameters per experiment
* Clean up tutorial ed-17.py duplicate plot_param calls
* Fix test to use save_as() matching current ProjectInfo.path default
* Add integer index support to CollectionBase.__getitem__
* Rename plot_param to plot_param_series with versus descriptor
* Clean up tutorial
* Update docs with new notebook
* Simplify constraints API to single expression string
* Fix docstring lint errors in CollectionBase.__getitem__
* New dataset and update tutorials
* Update T-scan notebook
* Add fit verbosity parameter with full, short and silent modes
* Update notebook
* Add project-level verbosity with full, short and silent modes
* Improve grammar and consistency in ed-17 tutorial
* Fix docstring lint errors in data loading methods
* Increase notebook cell timeout to 1200s for T-scan tutorial1 parent 742589a commit 5a82427
23 files changed
Lines changed: 506 additions & 116 deletions
File tree
- .github/workflows
- docs
- architecture
- docs/tutorials
- src/easydiffraction
- analysis
- fit_helpers
- minimizers
- datablocks/experiment
- item
- project
- utils
- tests/unit/easydiffraction
- analysis
- datablocks/experiment
- item
- project
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| 692 | + | |
692 | 693 | | |
693 | 694 | | |
694 | 695 | | |
| |||
721 | 722 | | |
722 | 723 | | |
723 | 724 | | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
724 | 766 | | |
725 | 767 | | |
726 | 768 | | |
| |||
0 commit comments