mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
tests: test for print_config added.
This commit is contained in:
parent
9589820253
commit
db79cb2d95
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ def test_obs_errorbar():
|
||||||
pe.errorbar(x_obs, y_obs, marker="x", ms=2, xerr=xerr, yerr=yerr)
|
pe.errorbar(x_obs, y_obs, marker="x", ms=2, xerr=xerr, yerr=yerr)
|
||||||
|
|
||||||
plt.close('all')
|
plt.close('all')
|
||||||
|
|
||||||
|
|
||||||
|
def test_print_config():
|
||||||
|
pe.print_config()
|
||||||
|
|
Loading…
Add table
Reference in a new issue