Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BM32ESRF committed Dec 8, 2022
1 parent 2962447 commit 9674f7c
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lauetoolsnn/lauetoolsneuralnetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def resource_path(relative_path, verbose=0):
version_package = pkg_resources.require("lauetoolsnn")[0].version
latest_version = versions("lauetoolsnn")[0]
except:
version_package = "3.0.0"
version_package = "3 (Error reading version)"
latest_version = versions("lauetoolsnn")[0]

frame_title = "Laue Neural-Network model- v3 @Ravi @Jean-Sebastien \n@author: Ravi raj purohit PURUSHOTTAM RAJ PUROHIT (purushot@esrf.fr) \n@guide: Jean-Sebastien MICHA (micha@esrf.fr)"
Expand Down Expand Up @@ -303,7 +303,7 @@ def __init__(self, winx=None, winy=None):
else:
self.setFixedSize(winx, winy)

self.setWindowTitle("Laue Neural-Network v3")
self.setWindowTitle("LaueNN v3")
self._createMenu()
self._createToolBar()
self._createStatusBar()
Expand Down
7 changes: 0 additions & 7 deletions lauetoolsnn/misc_scripts/user_training_dataGeneration.py

This file was deleted.

Loading

0 comments on commit 9674f7c

Please sign in to comment.