Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nnpdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emanuele Roberto Nocera
nnpdf
Commits
0335c07a
Commit
0335c07a
authored
3 years ago
by
andreab1997
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bug
parent
11aaf280
Branches
new_thcovmat_test
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
validphys2/src/validphys/config.py
+0
-1
0 additions, 1 deletion
validphys2/src/validphys/config.py
validphys2/src/validphys/theorycovariance/construction.py
+0
-1
0 additions, 1 deletion
validphys2/src/validphys/theorycovariance/construction.py
with
0 additions
and
2 deletions
validphys2/src/validphys/config.py
+
0
−
1
View file @
0335c07a
...
...
@@ -780,7 +780,6 @@ class CoreConfig(configparser.Config):
Loads the theory covmat from the correct file according to how it
was generated by vp-setupfit.
"""
import
ipdb
;
ipdb
.
set_trace
()
if
theory_covmat_flag
is
False
:
return
np
.
array
([])
#Load correct file according to how the thcovmat was generated by vp-setupfit
...
...
This diff is collapsed.
Click to expand it.
validphys2/src/validphys/theorycovariance/construction.py
+
0
−
1
View file @
0335c07a
...
...
@@ -8,7 +8,6 @@ from __future__ import generator_stop
import
logging
from
collections
import
defaultdict
,
namedtuple
import
pdb
import
numpy
as
np
import
scipy.linalg
as
la
import
pandas
as
pd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment