Skip to content

Commit

Permalink
increment version - now compatible with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpope committed Sep 2, 2024
1 parent c9c11da commit 5129d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "K2SC"
__version__ = "1.0.2.1"
__version__ = "1.0.2.2"
2 changes: 1 addition & 1 deletion src/standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def get_k2data(self):
campaign=self.campaign)
return dataset

def k2sc(self,**kwargs):
def k2sc(self, **kwargs):
dataset = self.get_k2data()
results, self.detrender = detrend(dataset,campaign=self.campaign,**kwargs) # see keyword arguments from detrend above
self.tr_position = results.tr_position*self.flux.unit
Expand Down

0 comments on commit 5129d0c

Please sign in to comment.