You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a couple of problems related to the week and month modes:
For week: if start-of-week is provided in the configuration file, then week will only work if the YYYYMMDD date specified is actually that day of the week, otherwise an error is thrown. If no start-of-week is provided, then the error is not thrown.
For week: linking to other days does not work in the calendar. An error message is provided when clicking on other days: "ERROR: Cannot format new date. If the problem persists, please report this at https://github.com/gwpy/gwsumm/issues/"
For month: clicking on other days of the month that has been generated brings you back to the start of the month (which I think is reasonable), but if you click on another month, it just brings you back to the original month
The text was updated successfully, but these errors were encountered:
eagoetz
changed the title
Allow gwsumm 'week' mode to work from any day of the week
Problems using 'week' and 'month' modes
Jul 21, 2022
I have found a couple of problems related to the
week
andmonth
modes:week
: ifstart-of-week
is provided in the configuration file, thenweek
will only work if the YYYYMMDD date specified is actually that day of the week, otherwise an error is thrown. If nostart-of-week
is provided, then the error is not thrown.week
: linking to other days does not work in the calendar. An error message is provided when clicking on other days: "ERROR: Cannot format new date. If the problem persists, please report this at https://github.com/gwpy/gwsumm/issues/"month
: clicking on other days of the month that has been generated brings you back to the start of the month (which I think is reasonable), but if you click on another month, it just brings you back to the original monthThe text was updated successfully, but these errors were encountered: