Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Mar 17, 2024
1 parent c65aa4e commit 94eb53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ogzaf/income.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
percentiles, as it uses fitted polynomials to those percentiles.
-----------------------------------------------------------------
"""

import numpy as np
import scipy.optimize as opt
import scipy.interpolate as si
Expand Down
1 change: 1 addition & 0 deletions tests/test_run_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
work by making sure that it does not break (is still running) after
5 minutes (300 seconds).
"""

import multiprocessing
import time
import os
Expand Down

0 comments on commit 94eb53d

Please sign in to comment.