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

Fixes behaviour where for loops combine with apply #70

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

pipliggins
Copy link
Collaborator

Fixes where apply was being used with a parameter list of ints/floats, the for loop expansion crashed as it only expected str/dict options.

@pipliggins pipliggins requested a review from abhidg June 12, 2023 11:03
@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #70 (a00144f) into main (9cc89c0) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
+ Coverage   89.52%   89.55%   +0.03%     
==========================================
  Files           2        2              
  Lines         563      565       +2     
==========================================
+ Hits          504      506       +2     
  Misses         59       59              
Impacted Files Coverage Δ
adtl/__init__.py 87.78% <100.00%> (+0.05%) ⬆️

@abhidg abhidg merged commit b021f53 into main Jun 12, 2023
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.

2 participants