Skip to content

Commit

Permalink
testing comment-only change
Browse files Browse the repository at this point in the history
  • Loading branch information
chiamp committed Jul 27, 2023
1 parent 3741278 commit 95beba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/guides/regular_dict_upgrade_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The original issue is outlined `here <https://github.com/google/flax/issues/1223

This guide shows some common upgrade patterns.

TEST comment.


Utility functions
-----------------
Expand Down
2 changes: 1 addition & 1 deletion flax/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def static_bool_env(varname: str, default: bool) -> bool:
varname: the name of the variable
default: the default boolean value
Returns:
boolean return value derived from defaults and environment.
boolean return value derived from the defaults and environment.
Raises: ValueError if the environment variable is anything else.
"""
val = os.getenv(varname, str(default))
Expand Down

0 comments on commit 95beba5

Please sign in to comment.