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
Some checks reported errors
gitea-physics/deepdog/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
984314f459
commit
0c6490dad7
@ -1,7 +1,7 @@
|
|||||||
import logging
|
import logging
|
||||||
from deepdog.meta import __version__
|
from deepdog.meta import __version__
|
||||||
from deepdog.bayes_run import BayesRun
|
from deepdog.bayes_run import BayesRun
|
||||||
|
from deepdog.diagnostic import Diagnostic
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
return __version__
|
return __version__
|
||||||
|
@ -69,7 +69,7 @@ class Diagnostic():
|
|||||||
row = {
|
row = {
|
||||||
"model": name,
|
"model": name,
|
||||||
"index": idx,
|
"index": idx,
|
||||||
"bounds_px": bounds,
|
"bounds": bounds,
|
||||||
"actual_dipole_moment": self.dipoles.dipoles[0].p,
|
"actual_dipole_moment": self.dipoles.dipoles[0].p,
|
||||||
"actual_dipole_position": self.dipoles.dipoles[0].s,
|
"actual_dipole_position": self.dipoles.dipoles[0].s,
|
||||||
"actual_dipole_freq": self.dipoles.dipoles[0].w,
|
"actual_dipole_freq": self.dipoles.dipoles[0].w,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user