Small fix t ocsv headers and also adds init for better imports
Some checks reported errors
gitea-physics/deepdog/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Deepak Mallubhotla 2022-01-24 11:12:54 -06:00
parent 984314f459
commit 0c6490dad7
Signed by: deepak
GPG Key ID: BEBAEBF28083E022
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import logging
from deepdog.meta import __version__
from deepdog.bayes_run import BayesRun
from deepdog.diagnostic import Diagnostic
def get_version():
return __version__

View File

@ -69,7 +69,7 @@ class Diagnostic():
row = {
"model": name,
"index": idx,
"bounds_px": bounds,
"bounds": bounds,
"actual_dipole_moment": self.dipoles.dipoles[0].p,
"actual_dipole_position": self.dipoles.dipoles[0].s,
"actual_dipole_freq": self.dipoles.dipoles[0].w,