NSLS-II-SIX / sixtools

Software for performing resonant inelastic xray scattering analysis at NSLS-II
https://pypi.org/project/sixtools
Other
1 stars 2 forks source link

adding all requirements to requirements.txt #36

Closed awalter-bnl closed 5 years ago

awalter-bnl commented 5 years ago

This PR adds all of the requirements to requirements.txt. It addresses issue #35

awalter-bnl commented 5 years ago

@mrakitin it is erroring out because of the requirement for rixs. Did we not create a package for rixs?

codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   46.45%   46.45%           
=======================================
  Files           3        3           
  Lines         282      282           
=======================================
  Hits          131      131           
  Misses        151      151
Impacted Files Coverage Δ
sixtools/_version.py 45.48% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f97591...aca90ae. Read the comment docs.

awalter-bnl commented 5 years ago

This is now passing the tests, thanks to @mrakitin fir the help setting up rixs on PyPI