hep
Here are 209 public repositories matching this topic...
-
Updated
May 10, 2020 - Shell
Came across this one that can be added as well:
http://cdsweb.cern.ch/record/2259646
In Python 3 \> and \( are considered invalid escape sequences:
source:45: DeprecationWarning: invalid escape sequence \>
source:46: DeprecationWarning: invalid escape sequence \(
-- Docs: https://docs.pytest.org/en/latest/warnings.html
The solution is to remove the escape strings and declare the pattern as raw-string.
go-hep/hep#638 added rtree.ReadVarsFromStruct to automatically create a slice of rtree.ReadVars from a pointer to a struct value.
we should probably re-use that in rtree.NewScanner and rtree.NewTreeScanner.
(this will involve reconciling a few expectations/docs b/w what New{,Tree}Scanner do and what ReadVarsFromStruct does)
-
Updated
Feb 29, 2020 - Python
-
Updated
Nov 28, 2019 - Python
-
Updated
Jun 19, 2020 - Go
-
Updated
Feb 9, 2020 - Jupyter Notebook
-
Updated
May 29, 2020 - Rust
All the classes in https://github.com/ganga-devs/ganga/tree/develop/ganga/GangaCore/GPIDev/Lib/File that inherit from IGangaFile should have unit tests written and placed in a directory GangaCore/test/Unit/Files. The mock module should be used to prevent that the testing is waiting for any external services.
It would be good to document somewhere how:
- To obtain a list of all PDG IDs stored in the data file loaded.
[p.pdgid for p in Particle.all()]for a list ofPDGIDinstances.
[int(p) for p in Particle.all()]for a list of PDG IDs, as ints. - To get the number of particles stored in the data file loaded.
print(len(Particle.all()))
-
Updated
Jun 14, 2020 - Tcl
-
Updated
Aug 25, 2017 - Jupyter Notebook
-
Updated
Oct 29, 2019
-
Updated
May 21, 2020 - Python
https://github.com/grafana/loki/releases
Specifically:
caller=main.go:78 msg="error initialising loki" err="error initialising module: table-manager: retention period should now be a multiple of periodic table duration"
-
Updated
Jun 18, 2020 - Python
-
Updated
Feb 12, 2020 - PHP
Improve this page
Add a description, image, and links to the hep topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hep topic, visit your repo's landing page and select "manage topics."
We should add an option to edmStreamStallGrapher.py to create a graph of time taken for each transition [event, (global/stream)(Run/Lumi)] as apposed to just showing module running times.