Code Monkey home page Code Monkey logo

Comments (3)

loriab avatar loriab commented on August 17, 2024

fwiw, qcel does look to install test files even in strange places. Maybe those engine ones just need a __init__? I haven't looked.

site-packages/qcelemental-0.4.2.dist-info/INSTALLER
site-packages/qcelemental-0.4.2.dist-info/LICENSE
site-packages/qcelemental-0.4.2.dist-info/METADATA
site-packages/qcelemental-0.4.2.dist-info/RECORD
site-packages/qcelemental-0.4.2.dist-info/WHEEL
site-packages/qcelemental-0.4.2.dist-info/top_level.txt
site-packages/qcelemental/__init__.py
site-packages/qcelemental/_version.py
site-packages/qcelemental/covalent_radii.py
site-packages/qcelemental/data/README.md
site-packages/qcelemental/data/__init__.py
site-packages/qcelemental/data/alvarez_2008_covalent_radii.py
site-packages/qcelemental/data/nist_2011_atomic_weights.py
site-packages/qcelemental/data/nist_2014_codata.py
site-packages/qcelemental/datum.py
site-packages/qcelemental/exceptions.py
site-packages/qcelemental/extras.py
site-packages/qcelemental/models/__init__.py
site-packages/qcelemental/models/align.py
site-packages/qcelemental/models/common_models.py
site-packages/qcelemental/models/molecule.py
site-packages/qcelemental/models/procedures.py
site-packages/qcelemental/models/results.py
site-packages/qcelemental/molparse/__init__.py
site-packages/qcelemental/molparse/chgmult.py
site-packages/qcelemental/molparse/from_arrays.py
site-packages/qcelemental/molparse/from_schema.py
site-packages/qcelemental/molparse/from_string.py
site-packages/qcelemental/molparse/nucleus.py
site-packages/qcelemental/molparse/pubchem.py
site-packages/qcelemental/molparse/regex.py
site-packages/qcelemental/molparse/to_schema.py
site-packages/qcelemental/molparse/to_string.py
site-packages/qcelemental/molutil/__init__.py
site-packages/qcelemental/molutil/align.py
site-packages/qcelemental/molutil/test_align.py
site-packages/qcelemental/periodic_table.py
site-packages/qcelemental/physical_constants/__init__.py
site-packages/qcelemental/physical_constants/context.py
site-packages/qcelemental/physical_constants/ureg.py
site-packages/qcelemental/testing.py
site-packages/qcelemental/tests/__init__.py
site-packages/qcelemental/tests/addons.py
site-packages/qcelemental/tests/test_constants.py
site-packages/qcelemental/tests/test_covalentradii.py
site-packages/qcelemental/tests/test_datum.py
site-packages/qcelemental/tests/test_importing.py
site-packages/qcelemental/tests/test_model_serials.py
site-packages/qcelemental/tests/test_molecule.py
site-packages/qcelemental/tests/test_molparse_align_chiral.py
site-packages/qcelemental/tests/test_molparse_from_schema.py
site-packages/qcelemental/tests/test_molparse_from_string.py
site-packages/qcelemental/tests/test_molparse_parse_nucleus_label.py
site-packages/qcelemental/tests/test_molparse_pubchem.py
site-packages/qcelemental/tests/test_molparse_reconcile_nucleus.py
site-packages/qcelemental/tests/test_molparse_to_schema.py
site-packages/qcelemental/tests/test_molparse_to_string.py
site-packages/qcelemental/tests/test_molparse_validate_and_fill_chgmult.py
site-packages/qcelemental/tests/test_periodictable.py
site-packages/qcelemental/tests/test_testing.py
site-packages/qcelemental/tests/test_units.py
site-packages/qcelemental/tests/test_utils.py
site-packages/qcelemental/util/__init__.py
site-packages/qcelemental/util/gph_uno_bipartite.py
site-packages/qcelemental/util/importing.py
site-packages/qcelemental/util/internal.py
site-packages/qcelemental/util/itertools.py
site-packages/qcelemental/util/misc.py
site-packages/qcelemental/util/np_blockwise.py
site-packages/qcelemental/util/np_rand3drot.py
site-packages/qcelemental/util/scipy_hungarian.py
site-packages/qcelemental/util/test_gph_uno_bipartite.py
site-packages/qcelemental/util/test_scipy_hungarian.py

from qcengine.

Lnaden avatar Lnaden commented on August 17, 2024

I believe its because that programs/tests does not include a __init__.py file, hence the setuptools.find_packages() will not work according to its docs:

Packages are only recognized if they include an init.py file (https://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages)

I can add that and then do a 0.7.1 (which I believe is the correct way to do patches)

from qcengine.

Lnaden avatar Lnaden commented on August 17, 2024

Fixed by #93

from qcengine.

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.