Skip to content

Commit

Permalink
Add VectorCalculator react component (equinor#434)
Browse files Browse the repository at this point in the history
* Add `VectorCalculator` react component 
* Add Python mathematical expression parser (`py_expression_eval.py`) for VectorCalculator expression
* Added `VectorCalculatorWrapper` - Python Wrapper for Dash
  • Loading branch information
jorgenherje authored Sep 16, 2021
1 parent 75fb11c commit 44c836c
Show file tree
Hide file tree
Showing 29 changed files with 38,230 additions and 6,024 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
react/webviz_subsurface_components/**/*
webviz_subsurface_components/**/*
!webviz_subsurface_components/__init__.py
!webviz_subsurface_components/VectorCalculatorWrapper.py
!webviz_subsurface_components/py_expression_eval.py

DESCRIPTION
NAMESPACE
Expand Down
Loading

0 comments on commit 44c836c

Please sign in to comment.