Skip to content

Commit

Permalink
default info updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Nov 13, 2024
1 parent 9b1d133 commit f36d70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/easyreflectometry/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ def remove_material(self, index: int) -> None:

def _default_info(self):
return dict(
name='Example Project',
short_description='reflectometry, 1D',
name='ExampleProject',
short_description='Reflectometry, 1D',
samples='None',
experiments='None',
modified=datetime.datetime.now().strftime('%d.%m.%Y %H:%M'),
Expand Down

0 comments on commit f36d70d

Please sign in to comment.