Skip to content

Commit

Permalink
MAINT: add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Sep 17, 2024
1 parent 6279420 commit 389116b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bilby/core/sampler/dynesty.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ def plot_current_state(self):
except Exception as e:
logger.warning(
f"Unexpected error {e} in dynesty plotting. "
"Please report at github.com/bilby-dev/bilbyissues"
"Please report at github.com/bilby-dev/bilby/issues"
)
finally:
plt.close("all")
Expand All @@ -940,7 +940,7 @@ def plot_current_state(self):
except Exception as e:
logger.warning(
f"Unexpected error {e} in dynesty plotting. "
"Please report at github.com/bilby-dev/bilbyissues"
"Please report at github.com/bilby-dev/bilby/issues"
)
finally:
plt.close("all")
Expand All @@ -957,7 +957,7 @@ def plot_current_state(self):
except Exception as e:
logger.warning(
f"Unexpected error {e} in dynesty plotting. "
"Please report at github.com/bilby-dev/bilbyissues"
"Please report at github.com/bilby-dev/bilby/issues"
)
finally:
plt.close("all")
Expand Down

0 comments on commit 389116b

Please sign in to comment.