Skip to content

Commit

Permalink
Folder (#199)
Browse files Browse the repository at this point in the history
* fix : Output_Init function updated

* fix : CSV_Init function updated

* fix : HTML_Init function updated

* fix : minor bug fixed

* fix : Folder parameter added to Static models

* fix : Folder parameter added to dynamic models

* fix : minor edit in Folder parameter default value

* doc : README.md updated

* doc : Document updated

* doc : CHANGELOG updated

* fix : CSV_Init function modified

* fix : Output_Init function modified

* fix : HTML_Init function modified

* fix : minor edit in init functions

* fix : init functions updated

* fix : Amphlett test updated

* fix : minor edit in tests

* fix : minor edit in tests

* fix : Chakraborty test updated

* fix : Chamberline-Kim test updated

* fix :  test updated

* fix : Padulles-Amphlett test updated

* fix :  test updated

* fix : Padulles-I test updated

* fix : Padulles-II test updated

* fix : test updated

* doc : minor edits in notebooks

* fix : functions tests updated

* fix : minor edit in mkdir command

* fix : functions tests updated

* fix : functions tests updated

* fix : minor edit in Chakraborty test import section
  • Loading branch information
sepandhaghighi authored Nov 9, 2023
1 parent 63f72e9 commit b847be6
Show file tree
Hide file tree
Showing 28 changed files with 439 additions and 124 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `check_update` function modified
- `codecov` removed from `dev-requirements.txt`
- Dockerfile updated
- `Folder` parameter added to `Static_Analysis` function
- `Folder` parameter added to `Dynamic_Analysis` function
- Document modified
## [1.3] - 2021-06-30
### Added
- GitHub actions
Expand Down
39 changes: 30 additions & 9 deletions Documents/Amphlett.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10650,13 +10650,6 @@
"data_2=Static_Analysis(InputMethod=Test_Vector,TestMode=True,PrintMode=True,ReportMode=False)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "code",
"execution_count": 21,
Expand All @@ -10682,7 +10675,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice:"
"### Parameters"
]
},
{
Expand All @@ -10691,7 +10684,22 @@
"source": [
"1. `TestMode` : Active test mode and get/return data as `dict`, (Default : `False`)\n",
"2. `ReportMode` : Generate reports(`.csv`,`.opem`,`.html`) and print result in console, (Default : `True`)\n",
"3. `PrintMode` : Control printing in console, (Default : `True`)"
"3. `PrintMode` : Control printing in console, (Default : `True`)\n",
"4. `Folder` : Reports folder, (Default : `os.getcwd()`)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"Folder\" , new in version 1.4"
]
},
{
Expand Down Expand Up @@ -11101,6 +11109,19 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": false,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "OPEM",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
Expand Down
25 changes: 23 additions & 2 deletions Documents/Chakraborty.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36655,7 +36655,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice:"
"### Parameters"
]
},
{
Expand All @@ -36664,7 +36664,15 @@
"source": [
"1. `TestMode` : Active test mode and get/return data as `dict`, (Default : `False`)\n",
"2. `ReportMode` : Generate reports(`.csv`,`.opem`,`.html`) and print result in console, (Default : `True`)\n",
"3. `PrintMode` : Control printing in console, (Default : `True`)"
"3. `PrintMode` : Control printing in console, (Default : `True`)\n",
"4. `Folder` : Reports folder, (Default : `os.getcwd()`)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"Folder\" , new in version 1.4"
]
},
{
Expand Down Expand Up @@ -37078,6 +37086,19 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": false,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "OPEM",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
Expand Down
39 changes: 30 additions & 9 deletions Documents/Chamberline_Kim.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3864,13 +3864,6 @@
"data_2=Static_Analysis(InputMethod=Test_Vector,TestMode=True,PrintMode=True,ReportMode=False)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "code",
"execution_count": 10,
Expand All @@ -3896,7 +3889,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice:"
"### Parameters"
]
},
{
Expand All @@ -3905,7 +3898,22 @@
"source": [
"1. `TestMode` : Active test mode and get/return data as `dict`, (Default : `False`)\n",
"2. `ReportMode` : Generate reports(`.csv`,`.opem`,`.html`) and print result in console, (Default : `True`)\n",
"3. `PrintMode` : Control printing in console, (Default : `True`)"
"3. `PrintMode` : Control printing in console, (Default : `True`)\n",
"4. `Folder` : Reports folder, (Default : `os.getcwd()`)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"Folder\" , new in version 1.4"
]
},
{
Expand Down Expand Up @@ -4205,6 +4213,19 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": false,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "OPEM",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
Expand Down
39 changes: 30 additions & 9 deletions Documents/Larminie_Dicks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8354,13 +8354,6 @@
"data_2=Static_Analysis(InputMethod=Test_Vector,TestMode=True,PrintMode=True,ReportMode=False)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "code",
"execution_count": 10,
Expand All @@ -8386,7 +8379,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice:"
"### Parameters"
]
},
{
Expand All @@ -8395,7 +8388,22 @@
"source": [
"1. `TestMode` : Active test mode and get/return data as `dict`, (Default : `False`)\n",
"2. `ReportMode` : Generate reports(`.csv`,`.opem`,`.html`) and print result in console, (Default : `True`)\n",
"3. `PrintMode` : Control printing in console, (Default : `True`)"
"3. `PrintMode` : Control printing in console, (Default : `True`)\n",
"4. `Folder` : Reports folder, (Default : `os.getcwd()`)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"Folder\" , new in version 1.4"
]
},
{
Expand Down Expand Up @@ -8722,6 +8730,19 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": false,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "OPEM",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
Expand Down
39 changes: 30 additions & 9 deletions Documents/Padulles1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9644,13 +9644,6 @@
"data_2=Dynamic_Analysis(InputMethod=Test_Vector,TestMode=True,PrintMode=True,ReportMode=False)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "code",
"execution_count": 14,
Expand All @@ -9676,7 +9669,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice:"
"### Parameters"
]
},
{
Expand All @@ -9685,7 +9678,22 @@
"source": [
"1. `TestMode` : Active test mode and get/return data as `dict`, (Default : `False`)\n",
"2. `ReportMode` : Generate reports(`.csv`,`.opem`,`.html`) and print result in console, (Default : `True`)\n",
"3. `PrintMode` : Control printing in console, (Default : `True`)"
"3. `PrintMode` : Control printing in console, (Default : `True`)\n",
"4. `Folder` : Reports folder, (Default : `os.getcwd()`)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"Folder\" , new in version 1.4"
]
},
{
Expand Down Expand Up @@ -10086,6 +10094,19 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": false,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "OPEM",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
Expand Down
39 changes: 30 additions & 9 deletions Documents/Padulles2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10661,13 +10661,6 @@
"data_2=Dynamic_Analysis(InputMethod=Test_Vector,TestMode=True,PrintMode=True,ReportMode=False)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "code",
"execution_count": 15,
Expand All @@ -10693,7 +10686,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice:"
"### Parameters"
]
},
{
Expand All @@ -10702,7 +10695,22 @@
"source": [
"1. `TestMode` : Active test mode and get/return data as `dict`, (Default : `False`)\n",
"2. `ReportMode` : Generate reports(`.csv`,`.opem`,`.html`) and print result in console, (Default : `True`)\n",
"3. `PrintMode` : Control printing in console, (Default : `True`)"
"3. `PrintMode` : Control printing in console, (Default : `True`)\n",
"4. `Folder` : Reports folder, (Default : `os.getcwd()`)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"PrintMode\" & \"ReportMode\" , new in version 0.5"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : \"Folder\" , new in version 1.4"
]
},
{
Expand Down Expand Up @@ -11149,6 +11157,19 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": false,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "OPEM",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit b847be6

Please sign in to comment.