Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Dec 11, 2023
1 parent a31e3ec commit b623e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion autofit/example/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
from os import path
import os
import matplotlib.pyplot as plt
import numpy as np
from typing import List

from autofit.jax_wrapper import numpy as np

import autofit as af

"""
Expand Down
2 changes: 1 addition & 1 deletion docs/general/configs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ command (the path to the ``output`` folder where the results of a non-linear sea
from autoconf import conf
conf.instance.push(
config_path="path/to/config",
new_path="path/to/config",
output_path=f"path/to/output"
)

0 comments on commit b623e4a

Please sign in to comment.