hepdata icon indicating copy to clipboard operation
hepdata copied to clipboard

Repository for main HEPData web application

Results 99 hepdata issues
Sort by recently updated
recently updated
newest added

The links in the `about.html`, `help.html` and `formats.html` pages were not highlighted, so I added an attribute `style="text-decoration: underline"` to each `` HTML tag. It would be better to add...

type: enhancement
priority: medium
complexity: low

# User request > I am a member of LHCb and I use HepData regularly. I want to say "thank you". I love it, as a concept and also the...

type: enhancement
priority: medium
complexity: medium

The `INSTALL.rst` file has some text under [Tips](https://hepdata.readthedocs.io/en/latest/installation.html#tips): ```pandoc See ``docker-compose.yml`` for the names of each service. Running a subset of containers could be useful in the following cases: *...

type: enhancement
priority: medium
complexity: medium

Today there were some problems with the web pods of the Kubernetes deployment. Uploading a small test file (few KB) to the Sandbox gave a timeout error after five minutes...

type: bug
priority: medium
complexity: low

Keywords (reactions, observables, phrases, cmenergies) should be selected from a list of available values and the result written in either YAML or .oldhepdata formats to be used in a data...

type: enhancement
priority: low
complexity: high

Occasional requests are made to change the INSPIRE ID of a record, for example, from a preliminary note (e.g. [1643435](https://inspirehep.net/literature/1643435)) to the corresponding final publication (e.g. [1664330](https://inspirehep.net/literature/1664330)). So far I've...

type: enhancement
priority: medium
complexity: medium

If search results are requested in JSON format, the current code tries to calculate `query_result['hits']` and return the JSON results without checking if there is an `error` in the `query_result`:...

type: bug
priority: medium
complexity: low

The Jupyter notebook [plot_submissions_per_coordinator.ipynb](https://github.com/HEPData/miscellaneous/blob/master/notebooks/plot_submissions_per_coordinator.ipynb) makes some plots of the number of submissions from different Coordinators, including a breakdown by the different ATLAS/CMS physics groups. The Jupyter notebook [plot_submissions_with_date.ipynb](https://github.com/HEPData/miscellaneous/blob/master/notebooks/plot_submissions_with_date.ipynb) plots submissions...

type: enhancement
priority: low
complexity: high

`pytest-cov` v4.0.0 drops support for multiprocessing, meaning that test coverage falls from 83% to 72% when upgrading from `pytest-cov` v3.0.0 to v4.0.0. We should migrate from `pytest-cov` to `coverage` as...

type: bug
priority: medium
complexity: low