fix & run
This commit is contained in:
		@ -123,7 +123,7 @@ class TestSchedule:
 | 
				
			|||||||
    def test_diffusions_of_month(self, sched_initials):
 | 
					    def test_diffusions_of_month(self, sched_initials):
 | 
				
			||||||
        # TODO: test values of initial, rerun
 | 
					        # TODO: test values of initial, rerun
 | 
				
			||||||
        for schedule in sched_initials:
 | 
					        for schedule in sched_initials:
 | 
				
			||||||
            at = schedule.start + timedelta(days=30)
 | 
					            at = schedule.date + timedelta(days=30)
 | 
				
			||||||
            dates = set(schedule.dates_of_month(at))
 | 
					            dates = set(schedule.dates_of_month(at))
 | 
				
			||||||
            episodes, diffusions = schedule.diffusions_of_month(at)
 | 
					            episodes, diffusions = schedule.diffusions_of_month(at)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user