ToFuProject / tofu

Project for an open-source python library for synthetic diagnostics and tomography for Fusion devices
https://tofuproject.github.io/tofu/index.html
MIT License
72 stars 11 forks source link

[#903] plot_diagnostic_geometrical_coverage() operational #904

Closed dvezinet closed 7 months ago

dvezinet commented 7 months ago

Main changes:

Issues:

Fixes, in devel, issue #903

Example:

dax = coll.plot_diagnostic_geometrical_coverage('OMP', plot_config=conf)

image

pep8speaks commented 7 months ago

Hello @dvezinet! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 159:32: E228 missing whitespace around modulo operator Line 375:33: E261 at least two spaces before inline comment Line 411:15: W292 no newline at end of file

Comment last updated at 2024-02-14 16:19:19 UTC