Code Monkey home page Code Monkey logo

Comments (5)

ianneilmacleod avatar ianneilmacleod commented on September 15, 2024

I suggest that manifests should not change, or if we are compelled to change them then we should keep the old as deprecated.

from gxpy.

ianneilmacleod avatar ianneilmacleod commented on September 15, 2024

Note the odd old ones like iDUMMY and rDUMMY, which also need to stay.

from gxpy.

jacquesbeaurain avatar jacquesbeaurain commented on September 15, 2024

Hi Ian,

This did not change between 9.2.1 and 9.3., or am I misunderstanding? Here is 9.2.1, and I see the same for 9.3:

e:\ggit\t\kernel>e:\Anaconda3\Scripts\pip uninstall geosoft
Uninstalling geosoft-9.3.0:
  e:\anaconda3\lib\site-packages\geosoft.egg-link
Proceed (y/n)? y
  Successfully uninstalled geosoft-9.3.0

e:\ggit\t\kernel>e:\Anaconda3\Scripts\pip install geosoft
Collecting geosoft
  Using cached geosoft-9.2.1-cp36-none-win_amd64.whl
...
Installing collected packages: geosoft
Successfully installed geosoft-9.2.1

e:\ggit\t\kernel>python.exe
Python 3.6.3 |Anaconda, Inc.| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import geosoft.gxa as gxa
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'geosoft.gxa'
>>> import geosoft.gxapi as gxa
>>> gxa.IMG_QUERY_rCOMPRESSION_RATIO
18
>>> gxa.IMG_QUERY_COMPRESSION_RATIO
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'geosoft.gxapi' has no attribute 'IMG_QUERY_COMPRESSION_RATIO'
>>>
>>> gxa.rDUMMY
-1e+32

from gxpy.

ianneilmacleod avatar ianneilmacleod commented on September 15, 2024

Maybe it is me. I had a tutorial that used this constant and it stopped working, but perhaps I had not tested it after replacing with the constant. I'll check again, closing for now.

from gxpy.

ianneilmacleod avatar ianneilmacleod commented on September 15, 2024

Verified - yes, I must have changed the code without testing. Thanks @jbgeosoft .

from gxpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.