Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Lederbauer committed May 28, 2024
1 parent c111236 commit 2a52229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion nmrcraft/analysis/plotting.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""Functions to plot."""

import matplotlib.patches as mpatches
import os

import matplotlib.patches as mpatches
import matplotlib.pyplot as plt
import numpy as np
from cycler import cycler
Expand Down
2 changes: 1 addition & 1 deletion scripts/training/multiple_tragets.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
dataset_sizes = [
# 0.01,
0.1,
0.15
0.15,
# 0.5,
# 1.0,
]
Expand Down
2 changes: 1 addition & 1 deletion scripts/training/one_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
dataset_sizes = [
# 0.01,
0.1,
0.15
0.15,
# 0.5,
# 1.0,
]
Expand Down

0 comments on commit 2a52229

Please sign in to comment.