Skip to content

Commit

Permalink
Update to version 1.0.0 (Asteria)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Oct 15, 2018
1 parent e389cd0 commit 45ec19a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion flarestack/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
# Check host and specify path to dataset storage
# ==============================================================================


host = socket.gethostname()

if "ifh.de" in host:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="flarestack",
version="0.1.11",
version="1.0.0",
author="Robert Stein",
author_email="[email protected]",
description="Package for unbinned likelihood analysis of physics data",
Expand Down
4 changes: 2 additions & 2 deletions tests/test_flare_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
# should be returned every time this test is run.

true_parameters = [
1.980335548102148,
2.2180921480355447,
1.9803355734180155,
2.218092168368481,
55655.88411894165,
55658.743028581,
2.4960624171217205
Expand Down

0 comments on commit 45ec19a

Please sign in to comment.