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

@@ -43,7 +43,6 @@ class SingleDipoleDiagnostic():
self.w_result = self.result_dipole.w self.w_result = self.result_dipole.w
class Diagnostic(): class Diagnostic():
''' '''
Represents a diagnostic for a single dipole moment given a set of discretisations. Represents a diagnostic for a single dipole moment given a set of discretisations.

View File

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