Skip to content

Commit

Permalink
cli fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kstppd committed Aug 29, 2024
1 parent 5c121cd commit fb562ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pytools.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
import numpy as np
import matplotlib
if matplotlib.__version__=="0.99.1.1" and np.__version__=="1.4.1":
logger.info('Warning, according to loaded numpy and matplotlib versions, user appears to be')
logger.info('either using csc.taito.fi without loading the mayavi2 module, or by invoking')
logger.info('the system python interpeter by calling "./scriptname.py" instead of "python ./scriptname.py"')
logging.info('Warning, according to loaded numpy and matplotlib versions, user appears to be')
logging.info('either using csc.taito.fi without loading the mayavi2 module, or by invoking')
logging.info('the system python interpeter by calling "./scriptname.py" instead of "python ./scriptname.py"')

# Run TeX typesetting through the full TeX engine instead of python's own mathtext. Allows
# for changing fonts, bold math symbols etc, but may cause trouble on some systems.
Expand Down

0 comments on commit fb562ff

Please sign in to comment.