Hi all,
Working on an interface with an optional package and have used
`lazy_import`. This happens when I run `sage -bt ...`:
***
Finished cleaning, time: 0.08 seconds.
running install
running build
running build_py
running build_ext
Executing 0 commands (using 1 thread)
Time to execute 0 commands: 0.11 seconds.
Total time spent compiling C/C++ extensions: 0.20 seconds.
running install_lib
running install_egg_info
Removing
/Users/vince/sage/local/lib/python2.7/site-packages/sage-6.5.beta2-py2.7.egg-info
Writing
/Users/vince/sage/local/lib/python2.7/site-packages/sage-6.5.beta2-py2.7.egg-info
-------------------------------------------------------------------------------
Resolving lazy import is_package_installed during startup
Calling stack:
File "/Users/vince/sage/src/bin/sage-runtests", line 79, in <module>
from sage.doctest.control import DocTestController
File
"/Users/vince/sage/local/lib/python2.7/site-packages/sage/doctest/control.py",
line 28, in <module>
from sources import FileDocTestSource, DictAsObject
File
"/Users/vince/sage/local/lib/python2.7/site-packages/sage/doctest/sources.py",
line 27, in <module>
from parsing import SageDocTestParser
File
"/Users/vince/sage/local/lib/python2.7/site-packages/sage/doctest/parsing.py",
line 49, in <module>
from sage.all import RealIntervalField
File "/Users/vince/sage/local/lib/python2.7/site-packages/sage/all.py",
line 175, in <module>
from sage.game_theory.all import *
File
"/Users/vince/sage/local/lib/python2.7/site-packages/sage/game_theory/all.py",
line 2, in <module>
from normal_form_game import NormalFormGame
File
"/Users/vince/sage/local/lib/python2.7/site-packages/sage/game_theory/normal_form_game.py",
line 535, in <module>
if is_package_installed('gambit'):
-------------------------------------------------------------------------------
too few successful tests, not using stored timings
Running doctests with ID 2014-12-18-11-37-26-a80126c4.
Git branch: 16333
Doctesting 1 file.
***
Is the part in between the lines expected behaviour? All seems to be
working fine: tests for the code I'm writing pass... This is the first time
I've seen this so just wondering...
Vince
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.