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

Fix: 305 #308

Merged
merged 3 commits into from Jul 7, 2021
Merged

Fix: 305 #308

merged 3 commits into from Jul 7, 2021

Conversation

anandxkumar
Copy link
Collaborator

Description

This pull request Fixes #305, updates profiler keys and removes round function for calculation time.

@anandxkumar anandxkumar requested a review from minouHub July 6, 2021 17:06
@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2021

Codecov Report

Merging #308 (d632733) into develop (a85f2fe) will decrease coverage by 0.00%.
The diff coverage is 75.00%.

@@             Coverage Diff             @@
##           develop     #308      +/-   ##
===========================================
- Coverage    74.51%   74.50%   -0.01%     
===========================================
  Files          121      121              
  Lines        14806    14809       +3     
===========================================
+ Hits         11032    11033       +1     
- Misses        3774     3776       +2     

/ total_sum_verbose_wise[i]
* 100,
)
except:
Copy link
Member

@erwanp erwanp Jul 6, 2021

Choose a reason for hiding this comment

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

Good practice : can you always precise the excepted error ? (ZeroDivisionError probably here)?
Having an open except comment makes the code harder to read.

Copy link
Collaborator

Choose a reason for hiding this comment

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

agreed

@erwanp erwanp mentioned this pull request Jul 6, 2021
@erwanp
Copy link
Member

erwanp commented Jul 7, 2021

Approved ; @minouHub I let you boldly click the Merge button !

@erwanp erwanp added the bug Something isn't working label Jul 7, 2021
@erwanp erwanp added this to the 0.9.30 milestone Jul 7, 2021
@anandxkumar anandxkumar added this to In progress in GSOC21 : Automatic Lineshape Engine via automation Jul 7, 2021
@erwanp erwanp merged commit 1a3094e into radis:develop Jul 7, 2021
GSOC21 : Automatic Lineshape Engine automation moved this from In progress to Done Jul 7, 2021
@erwanp
Copy link
Member

erwanp commented Jul 7, 2021

I fired it :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Profiler return error when calculation time is near zero
4 participants