We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d961a13 commit 4d8d007Copy full SHA for 4d8d007
pymathics/vectorizedplot/__init__.py
@@ -28,7 +28,7 @@
28
try:
29
from .plot_plot3d import ContourPlot3D, ParametricPlot3D, SphericalPlot3D
30
except ModuleNotFoundError:
31
- ALREADY_INSTALLED = False
+ ALREADY_INSTALLED = True
32
33
34
# To be recognized as an external mathics module, the following variable
0 commit comments