GithubHelp home page GithubHelp logo

add .travis.yml about desisurvey HOT 10 CLOSED

desihub avatar desihub commented on July 21, 2024
add .travis.yml

from desisurvey.

Comments (10)

dkirkby avatar dkirkby commented on July 21, 2024

I can get a start on this if @weaverba137 can point me to a "best practices" example to start from (presumably not the astropy flavor that I am used to).

from desisurvey.

weaverba137 avatar weaverba137 commented on July 21, 2024

Depends. If desisurvey has many external package dependencies (astropy stack, matplotlib, etc.), you should use desispec as a template. If desisurvey has very few external dependencies, then desiutil is a good template. I actually need to upgrade the desitemplate product to reflect the latest changes I've made to desiutil.

from desisurvey.

dkirkby avatar dkirkby commented on July 21, 2024

Here are the requirements.txt:

setuptools
numpy
scipy
astropy
pyephem
pytz

from desisurvey.

weaverba137 avatar weaverba137 commented on July 21, 2024

Definitely use desispec as a template then.

from desisurvey.

dkirkby avatar dkirkby commented on July 21, 2024

I have not made any progress here (and still have no travis expertise).

@weaverba137 Do you have time to add a .travis file to this repo?

All tests should pass once #60 is merged.

from desisurvey.

weaverba137 avatar weaverba137 commented on July 21, 2024

I'm observing at Kitt Peak, but I can take a look sometime this week.

from desisurvey.

weaverba137 avatar weaverba137 commented on July 21, 2024

@dkirkby, in addition to the external packages already mentioned, does desisurvey depend on any DESI packages, besides desiutil?

from desisurvey.

weaverba137 avatar weaverba137 commented on July 21, 2024

OK, definitely needs specsim.

from desisurvey.

weaverba137 avatar weaverba137 commented on July 21, 2024

While running tests, I noticed that several of the tests require downloading external data sets. This is not good practice for Travis tests. If necessary, you can cache these data sets in the tests directory of the package.

from desisurvey.

weaverba137 avatar weaverba137 commented on July 21, 2024

While running tests, I found these additional packages were necessary:

  • healpy
  • specsim
  • speclite
  • desimodel

While running tests on my own machine, I found the following additional error:


======================================================================
ERROR: test_ctor (desisurvey.test.test_progress.TestProgress)
Create a new table from scratch
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/weaver/Documents/Code/git/desihub/desisurvey/py/desisurvey/test/test_progress.py", line 41, in test_ctor
    self.assertEqual(type(p.get_tile(10)), astropy.table.Row)
  File "/Users/weaver/Documents/Code/git/desihub/desisurvey/py/desisurvey/progress.py", line 289, in get_tile
    raise ValueError('Invalid tile_id {0}.'.format(tile_id))
ValueError: Invalid tile_id 10.

Not sure how 10 could possibly invalid here.

from desisurvey.

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.