-
Notifications
You must be signed in to change notification settings - Fork 7
Adapt PSDM to parse simonaMarkovLoad JSON models #1473
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
Open
PhilippSchmelter
wants to merge
66
commits into
dev
Choose a base branch
from
ps/#1472-markovBased
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
80460e7
Add JSON source infrastructure and Markov factory
PhilippSchmelter 80e932d
bug Fix
PhilippSchmelter 5c7b704
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter a590311
little fix
PhilippSchmelter 81f4295
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter a7ca4d7
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter 26a9a54
tests and regex
PhilippSchmelter b84ecb3
refactor
PhilippSchmelter dd38436
refactor for sonar
PhilippSchmelter a346e16
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter b5a3ccd
abstraction
PhilippSchmelter fbf01ee
spotless
PhilippSchmelter 8abcb4e
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter 59bb6d0
Completig PSDM Markov Logic by feeding PowerValueIdentifier and build…
PhilippSchmelter f5b18d3
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter cda6f42
Addressed Sonar improvements
PhilippSchmelter c042b9d
Merge remote-tracking branch 'origin/ps/#1472-markovBased' into ps/#1…
PhilippSchmelter 9e9c017
some more sonar
PhilippSchmelter b8bea29
sonar..
PhilippSchmelter 469d93c
Merge branch 'dev' into ps/#1472-markovBased
staudtMarius 6b9852d
fixed denormalization issue
PhilippSchmelter 2f1a7b4
Improving PowerValueSource.getValueSupplier()
staudtMarius 90dd28f
Updating to jackson-databind 3.0.3
staudtMarius 07331d9
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter e155530
Merge branch 'dev' into ps/#1472-markovBased
staudtMarius 67a806c
refactored to new supplier wrapper approach
PhilippSchmelter 3f656ef
some fixes
PhilippSchmelter 8389e65
Merge dev into ps/#1472-markovBased
PhilippSchmelter 85d8365
conflicts
PhilippSchmelter cb0edea
fix
PhilippSchmelter 9153fb3
fix
PhilippSchmelter 413f707
rtd and rename
PhilippSchmelter a929572
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter c182277
Merge branch 'dev' into ps/#1472-markovBased
staudtMarius eb94cba
Merge branch 'dev' into ps/#1472-markovBased
staudtMarius 97637f9
Merge branch 'dev' into ps/#1472-markovBased
staudtMarius b6c81b5
refactoring after conversation
PhilippSchmelter a6d31a2
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter 671d5ed
conversation and some added tests
PhilippSchmelter d7e0c07
rm volatile
PhilippSchmelter e63eba4
Merge branch 'dev' into ps/#1472-markovBased
staudtMarius 606af3e
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter 25f9e76
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter 82e96d3
Fix compilation errors in Markov factory and source after validate re…
PhilippSchmelter a00e339
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter f5ee7ca
fixed validation and added test
PhilippSchmelter fc0e6af
refactored and ordered
PhilippSchmelter f5315e4
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter 292ffce
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter 0ab539b
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter f8620ea
slim down + doku
PhilippSchmelter 7edc06c
sonar
PhilippSchmelter fb4f1d2
added todos and remove getFields
PhilippSchmelter 7e7d9e1
TODOs
PhilippSchmelter e07d0cd
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter 298ca36
readTheDocs added for Branch
PhilippSchmelter 95197f3
Merge branch 'ps/#1472-markovBased' of https://github.com/ie3-institu…
PhilippSchmelter 2fe7af3
Merge remote-tracking branch 'origin/dev' into ps/#1472-markovBased
PhilippSchmelter 04f689e
Merge branch 'dev' into ps/#1472-markovBased
PhilippSchmelter b92bc0e
some improvements
PhilippSchmelter b556b59
additions to docu
PhilippSchmelter 1a59219
Align validation and docs
PhilippSchmelter 220ef76
Meeting Changes
PhilippSchmelter 60ce3da
Review Comments
PhilippSchmelter a9d81ab
Changed Comment
PhilippSchmelter dfbe093
SonarQube Complexity Warning
PhilippSchmelter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,7 @@ maxdepth: 2 | |
| --- | ||
| naming | ||
| csvfiles | ||
| markov | ||
| sql | ||
| influxdb | ||
| ValidationUtils.md | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.