Skip to content

Commit

Permalink
Reformat Code with PyCharm
Browse files Browse the repository at this point in the history
  • Loading branch information
Bethany Lusch authored and Bethany Lusch committed Oct 12, 2019
1 parent 0a864a5 commit 40d159c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions DiscreteSpectrumExampleExperiment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import copy
import random as r

import numpy as np
import random as r

import training

Expand Down
3 changes: 1 addition & 2 deletions FluidFlowBoxExperiment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import copy
import random as r

import numpy as np
import random as r

import training

Expand Down
3 changes: 1 addition & 2 deletions FluidFlowOnAttractorExperiment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import copy
import random as r

import numpy as np
import random as r

import training

Expand Down
3 changes: 1 addition & 2 deletions PendulumExperiment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import copy
import random as r

import numpy as np
import random as r

import training

Expand Down

0 comments on commit 40d159c

Please sign in to comment.