diff --git a/.github/workflows/ubuntodotnet.yml b/.github/workflows/ubuntodotnet.yml index 1a4a274..9c6803f 100644 --- a/.github/workflows/ubuntodotnet.yml +++ b/.github/workflows/ubuntodotnet.yml @@ -3,11 +3,7 @@ name: .NET -#on: pull_request_target - -on: - pull_request_target: - branches: [ "TestRuns" ] +on: pull_request_target jobs: @@ -42,21 +38,7 @@ jobs: uses: actions/setup-python@v1 with: python-version: 3.11.6 - - - - - name: GIT commit and push docs - env: - CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts - CI_COMMIT_AUTHOR: Continuous Integration - run: | - git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" - git config --global user.email "username@users.noreply.github.com" - git add docs - git commit -m "${{ env.CI_COMMIT_MESSAGE }}" - git push TestRuns - - + #installing packages - name: Install Python pandas run: python -m pip install --upgrade pip pandas diff --git a/modelCsharp/TestModel/testGraph/testGraph/testGraph.py b/modelCsharp/TestModel/testGraph/testGraph/testGraph.py index 83b7a81..93f98dc 100644 --- a/modelCsharp/TestModel/testGraph/testGraph/testGraph.py +++ b/modelCsharp/TestModel/testGraph/testGraph/testGraph.py @@ -112,7 +112,7 @@ def make_observed(observed): makeplot(Data,color) make_observed(observed_data[datefilter]) Graph.tight_layout(pad=1.5) - Graph.suptitle('DRAFT VERSION',fontsize = 32, color = "b") + Graph.suptitle('DRAFT VERSION',fontsize = 32, color = "g") pos+=1 @@ -122,8 +122,7 @@ def make_observed(observed): Data = AllData.loc[:,(t,'CropN')].sort_index() makeplot(Data,color) make_observed(observed_data[datefilter]) - pos+=1 - + pos+=1 plt.savefig('testplot.png') @@ -132,10 +131,15 @@ def make_observed(observed): builder.insert_image("testplot.png") doc.save("index.html") -plt.show() + + + +plt.show() + #shutil.rmtree(path+"\\OutputFiles") #shutil.rmtree(path+"\\NitrogenApplied") +