Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More linting ii #175

Open
wants to merge 5 commits into
base: more_linting
Choose a base branch
from
Open

More linting ii #175

wants to merge 5 commits into from

Conversation

mschwoer
Copy link
Contributor

Fixing the remainder of the linting issues.

@mschwoer mschwoer requested review from GeorgWa and jalew188 May 22, 2024 14:56
@@ -155,14 +155,7 @@ def _calc_one_elem_cum_dist(element_cum_dist: np.ndarray, element_cum_mono: np.n
class IsotopeDistribution:
def __init__(
self,
max_elem_num_dict: dict = {
Copy link
Collaborator

@jalew188 jalew188 May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old default parameter style is good for sphinx documentation. def func(arg=generate_args()) will be compiled and the values of generated_args() will be displayed in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants