Skip to content

Commit

Permalink
Fix pyLINT**2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebachelet committed Aug 10, 2024
1 parent 1d036ef commit b45b473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pyLIMA/fits/TRF_fit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
import time as python_time

import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions pyLIMA/models/ML_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def fancy_to_pyLIMA_parameters(self, fancy_parameters):

except Exception as e:

#print(e)
print(e)

pass

Expand All @@ -722,7 +722,7 @@ def pyLIMA_to_fancy_parameters(self, pyLIMA_parameters):
pyLIMA_parameters[fancy_key] = value

except Exception as e:
#print(e)
print(e)

pass

Expand Down

0 comments on commit b45b473

Please sign in to comment.