ruff compatible to YTT,E,W,F
All checks were successful
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Successful in 49s
Pytest / pytest (3.14) (push) Successful in 49s
Pytest / pytest (3.12) (pull_request) Successful in 48s
Pytest / pytest (3.13) (pull_request) Successful in 49s
Pytest / pytest (3.14) (pull_request) Successful in 50s
All checks were successful
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Successful in 49s
Pytest / pytest (3.14) (push) Successful in 49s
Pytest / pytest (3.12) (pull_request) Successful in 48s
Pytest / pytest (3.13) (pull_request) Successful in 49s
Pytest / pytest (3.14) (pull_request) Successful in 50s
This commit is contained in:
parent
602324f84f
commit
d137f67e10
8 changed files with 225 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
The aim of this project is to extend pyerrors to be able to collect measurements from different projects and make them easily accessable to
|
||||
The aim of this project is to extend pyerrors to be able to collect measurements from different projects and make them easily accessable to
|
||||
the research group. The idea is to build a database, in which the researcher can easily search for measurements on a correlator basis,
|
||||
which may be reusable.
|
||||
As a standard to store the measurements, we will use the .json.gz format from pyerrors.
|
||||
|
|
@ -15,8 +15,10 @@ For now, we are interested in collecting primary IObservables only, as these are
|
|||
|
||||
__app_name__ = "corrlib"
|
||||
|
||||
from .main import *
|
||||
from .import input as input
|
||||
from .initialization import *
|
||||
from .meas_io import *
|
||||
from .find import *
|
||||
from .initialization import create as create
|
||||
from .meas_io import load_record as load_record
|
||||
from .meas_io import load_records as load_records
|
||||
from .find import find_project as find_project
|
||||
from .find import find_record as find_record
|
||||
from .find import list_projects as list_projects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue