Skip to content

Commit c07cafc

Browse files
committed
(BUG) fixing formatting
1 parent 6489f9b commit c07cafc

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

LoopStructural/visualisation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from .map_viewer import MapView
2020
from .rotation_angle_plotter import RotationAnglePlotter
2121
except ImportError:
22-
logger.warning('Cannot use MapView or RotationAnglePlotter as matplotlib is not installed. \n
22+
logger.warning('Cannot use MapView or RotationAnglePlotter as matplotlib is not installed. \n'\
2323
'Install matplotlib and try again. ')
2424
try:
2525
from .model_visualisation import LavaVuModelViewer

conda/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ package:
77

88
source:
99
git_url: https://github.com/Loop3D/LoopStructural
10-
# git_tag: lg_development
1110

1211
build:
1312
number: 0
@@ -27,7 +26,6 @@ requirements:
2726
- numpy
2827
- pandas
2928
- scipy
30-
- matplotlib
3129
- scikit-image
3230
- scikit-learn
3331
- tqdm

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ scikit-learn
33
scikit-image
44
scipy
55
numpy
6-
matplotlib
76
setuptools
87
pandas
9-
pyevtk
8+
109

1110

0 commit comments

Comments
 (0)