提交图

2678 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
ce47ff6005 Merge pull request #365 from Sai-Suraj-27/optimizing
Removed un-necessary string concatenations and Refactored few functions.
2023-08-17 17:05:30 +01:00
Sai-Suraj-27
fbe7b28658 Updated the issue templates to add a 'Read the docs' section. 2023-08-14 14:37:43 +05:30
Sai-Suraj-27
c1bbdd82ca Refactored to make the code better in few files. 2023-08-10 15:02:32 +05:30
Sai-Suraj-27
a75781f25a Added few more points to the contribution_guide. 2023-08-10 11:58:16 +05:30
Sai-Suraj-27
a2101bc431 Added link to docs, renamed the file. 2023-08-06 18:40:37 +05:30
Sai-Suraj-27
0786ed2d5a Prepared a basic contribution_guide for gprMax. 2023-08-06 18:32:23 +05:30
Sai-Suraj-27
a87da89d94 Removed un-necessary concatenations while using f-strings. 2023-08-04 00:21:33 +05:30
Sai-Suraj-27
68c069259a Updated some f-strings to make them cleaner. 2023-08-03 23:25:29 +05:30
Sai-Suraj-27
80c5a7f1f4 Re-optimized 2 functions with correct logic. 2023-08-03 23:18:10 +05:30
Sai-Suraj-27
ad8d69bd10 reverted some code change, after observing properly. 2023-08-03 23:06:09 +05:30
Sai-Suraj-27
72cc38b9c6 Updated some functions to make them much cleaner. 2023-08-03 22:58:00 +05:30
Sai-Suraj-27
22ab1ebd44 Merged nested if conditions, and removed some un-necessary conditional statement in a function. 2023-08-03 20:55:14 +05:30
Sai-Suraj-27
8e56b47405 Updated 2 functions to make the more cleaner and understandable, and also refactored some code. 2023-08-03 18:35:05 +05:30
Craig Warren
88c1c663fa Corrected syntax for plot example 2023-07-27 10:38:25 +01:00
Craig Warren
9344f6cb53 Merge pull request #361 from Sai-Suraj-27/create_Issue_Templates
Added Issue templates to distinguish between Bug Reports, Feature Requests, and Doubts.
2023-07-27 09:49:25 +01:00
Craig Warren
4eb1e1489b Merge pull request #360 from Sai-Suraj-27/update_pre-commit
Updated the `.pre-commit-config.yaml` file.
2023-07-27 09:38:12 +01:00
Sai-Suraj-27
9e9b3f97c1 changed the name of folder. 2023-07-27 10:37:04 +05:30
Sai-Suraj-27
1fcac16d85 Added Issue_Templates to distinguish between bug_reports, feature_requests, and doubts. 2023-07-27 10:32:17 +05:30
Sai-Suraj-27
5527398e0c updated the pre-commit-config.yaml file by adding the isort hook. 2023-07-26 22:28:43 +05:30
Sai-Suraj-27
21388e6346 updated the pre-commit-config.yaml file by updating the versions of black and pre-commit-hooks. 2023-07-26 19:58:57 +05:30
Craig Warren
038f21ce2c Merge pull request #358 from rania-pa/devel
Update add_surface_water.py and add_grass.py
2023-07-26 13:55:53 +01:00
rania-pa
21c9048976 Update add_grass.py 2023-07-26 01:16:34 +01:00
rania-pa
f123252719 Update add_surface_water.py 2023-07-26 00:42:53 +01:00
Craig Warren
0284f399bd Merge pull request #357 from rania-pa/devel
Small fixes on add_surface_roughness.py and knl_fields_updates.py
2023-07-25 15:29:33 +01:00
rania-pa
79f319abbf Update knl_fields_updates.py 2023-07-25 12:40:32 +01:00
rania-pa
988128e3d2 Update add_surface_roughness.py 2023-07-25 12:36:49 +01:00
Craig Warren
67c2cf4138 Corrected some text 2023-07-24 10:21:51 +01:00
Craig Warren
1023b0c2ea Updated to handle multiple STLs in one geometry 2023-07-11 09:02:01 +01:00
Craig Warren
79eecef659 Add scene to sim_config if not already created 2023-07-11 09:00:52 +01:00
craig-warren
00c2969333 Use gaussianprime (same as gaussiandot in this case) to align more clearly with analytical solution. 2023-07-07 12:16:30 +01:00
craig-warren
2d1c2f80bc Corrected description of excitation waveform 2023-07-07 12:15:40 +01:00
craig-warren
246be121fd Corrected some spelling 2023-07-07 12:15:18 +01:00
craig-warren
403924b327 Added note on voltage source with resistance and how conductivity in added 2023-07-06 16:44:04 +01:00
craig-warren
26655b3adf Corrected to specify individual models 2023-07-06 16:43:29 +01:00
craig-warren
47c9ddbab8 Corrected package name 2023-07-06 16:41:50 +01:00
Craig Warren
515351bbfb Reverted logic on if not any() which is not the same as if all() 2023-06-27 16:58:34 +01:00
Craig Warren
438785ad25 Fix logo image location 2023-06-27 16:39:33 +01:00
Craig Warren
fe70ef8e7e Merge pull request #354 from Sai-Suraj-27/pre-commit/setup
Added a pre-commit config file and reformatted all the files accordingly using it.
2023-06-27 16:35:20 +01:00
Sai-Suraj-27
64b3068aa3 Trying to resolve all the merge conflicts. 2023-06-27 16:34:09 +05:30
Craig Warren
2da61bc3df Merge pull request #353 from Sai-Suraj-27/fix_1
Refactoring of some code to make it more readable and clean.
2023-06-27 10:43:48 +01:00
Sai-Suraj-27
08b6caff35 Merge branch 'devel' of https://github.com/gprMax/gprMax into fix_1 2023-06-26 16:14:13 +05:30
Sai-Suraj-27
f9dd7f2420 Added a pre-commit config file and reformatted all the files accordingly by using it. 2023-06-26 16:09:39 +05:30
Craig Warren
c71e87e34f Updated to fix deprecated inspect.getargspec 2023-06-26 09:50:43 +01:00
Sai-Suraj-27
48a4c39a12 Reverting back a small change made. 2023-06-23 23:16:03 +05:30
Sai-Suraj-27
7e4a4fff34 updated code in a few files to make it more understandable, also used .join method at a place to increase the speed. 2023-06-23 20:08:13 +05:30
Sai-Suraj-27
c0762cc112 Removed unnecessary if conditions at some places, and used itertools.product to make code more readable/cleaner. 2023-06-23 19:35:54 +05:30
Sai-Suraj-27
e9416e34c8 Refactored some code to make it cleaner/better. 2023-06-23 18:42:17 +05:30
Craig Warren
88d59fdbc4 Update readthedocs badge code 2023-06-14 12:50:20 +01:00
Craig Warren
f9f752475a Removed this example as now in docs 2023-06-14 12:38:52 +01:00
Craig Warren
0e2a9c51cd Added check for when material list is less than fractal bins/materials 2023-06-14 12:38:23 +01:00