Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#543: Remove all vtk and LBAF_Viz code from LBAF #549

Merged
merged 2 commits into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local,lbaf.IO.lbsStatisti
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis). It
# supports qualified module names, as well as Unix pattern matching.
ignored-modules=vtk
ignored-modules=

# Show a hint with possible names when a member name was not found. The aspect
# of finding the hint is based on edit distance.
Expand Down
4 changes: 0 additions & 4 deletions docs/docs_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
# IO
import lbaf.IO.lbsConfigurationValidator as ConfigurationValidator
import lbaf.IO.lbsConfigurationUpgrader as configurationUpgrader
import lbaf.IO.lbsGridStreamer as GridStreamer
import lbaf.IO.lbsVisualizer as Visualizer
import lbaf.IO.lbsStatistics as lbsStatistics
import lbaf.IO.lbsVTDataReader as LoadReader
import lbaf.IO.lbsVTDataWriter as VTDataWriter
Expand Down Expand Up @@ -88,8 +86,6 @@
TemperedCriterion,
JSONDataFilesValidator,
ConfigurationValidator,
GridStreamer,
Visualizer,
lbsStatistics,
LoadReader,
VTDataWriter,
Expand Down
12 changes: 6 additions & 6 deletions docs/pages/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Testing dependencies
* - Package
- License and Description
* - `tox <https://pypi.org/project/tox/>`__
- BSD License (BSD) **VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization**
- MIT License (MIT) **tox is a generic virtualenv management and test command line tool**
* - `coverage <https://pypi.org/project/coverage/>`__
- BSD License (BSD) **NumPy is the fundamental package for array computing with Python**
- Apache Software License (Apache-2.0) **Code coverage measurement for Python**
* - `pylint <https://pypi.org/project/pylint/>`__
- MIT License (MIT) **YAML parser and emitter for Python**
- GNU General Public License (GPLv2) **Python code static checker**
* - `pytest <https://pypi.org/project/pytest/>`__
- MIT License (MIT) **Python bindings for the Brotli compression library**
- MIT License (MIT) **pytest: simple powerful testing with Python**
* - `anybadge <https://pypi.org/project/anybadge/>`__
- MIT License (MIT) **Simple data validation library**
- MIT License (MIT) **Simple, flexible badge generator for project badges.**

Documentation dependencies
--------------------------
Expand All @@ -57,7 +57,7 @@ Documentation dependencies
* - Package
- License and Description
* - `Jinja2 <https://pypi.org/project/Jinja2/>`__
- BSD License (BSD) **VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization**
- BSD License (BSD) **A very fast and expressive template engine.**
* - `Pygments <https://pypi.org/project/Pygments/>`__
- BSD License (BSD) **Pygments is a syntax highlighting package written in Python**
* - `docutils <https://pypi.org/project/docutils/>`__
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ where = src

[options.entry_points]
console_scripts =
# Applications
# Application
lbaf = lbaf:run
lbaf-move-counts-viewer = lbaf:move_counts_viewer
# Utils
lbaf-csv-2-json-converter = lbaf:csv_2_json_converter
lbaf-vt-data-extractor = lbaf:vt_data_extractor
Expand Down
Loading
Loading