Skip to content

Commit

Permalink
ترتيب البرمجة، وتحويل معدل الصرف عند حساب الزكاة على مستوى الصندوق
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Jun 30, 2024
1 parent 5ea3078 commit 6615433
Show file tree
Hide file tree
Showing 8 changed files with 1,939 additions and 1,777 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/zakat.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def test_zakat_tracker():
print("#########################")
print("######## TEST DONE ########")
print("#########################")
print(ZakatTracker.DurationFromNanoSeconds(ZakatTracker.time()-start))
print(ZakatTracker.duration_from_nanoseconds(ZakatTracker.time() - start))
print("#########################")
Loading

0 comments on commit 6615433

Please sign in to comment.