Compare commits

..

2 Commits
0.2.3 ... 0.2.4

Author SHA1 Message Date
63cecba824 Created version 0.2.4
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag This commit looks good
2022-02-06 19:50:07 -06:00
344998835d fix: Fixes linting 2022-02-06 19:49:02 -06:00
2 changed files with 1 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ class SingleDipoleDiagnostic():
self.s_result_z = self.result_dipole.s[2]
self.w_actual = self.actual_dipole.w
self.w_result = self.result_dipole.w
class Diagnostic():

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "deepdog"
version = "0.2.3"
version = "0.2.4"
description = ""
authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"]