Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d4f6e2f99e
|
|||
d64939f346
|
|||
0c6490dad7
|
@@ -1,13 +1,14 @@
|
||||
import logging
|
||||
from deepdog.meta import __version__
|
||||
from deepdog.bayes_run import BayesRun
|
||||
from deepdog.diagnostic import Diagnostic
|
||||
|
||||
|
||||
def get_version():
|
||||
return __version__
|
||||
|
||||
|
||||
__all__ = ["get_version", "BayesRun"]
|
||||
__all__ = ["get_version", "BayesRun", "Diagnostic"]
|
||||
|
||||
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
|
@@ -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,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "deepdog"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
description = ""
|
||||
authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"]
|
||||
|
||||
|
Reference in New Issue
Block a user